1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-18 07:13:36 +02:00
Files
src/usr.bin/cpp/Makefile
T

13 lines
178 B
Makefile

# $OpenBSD: Makefile,v 1.13 2025/10/23 19:06:10 miod Exp $
NOMAN=
PROG=cpp
SRCS=
INSTALL_STRIP=
cpp: cpp.sh
sed -e 's/@GNUC@//' ${.CURDIR}/cpp.sh >$@
.include <bsd.prog.mk>