1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-22 05:05:03 +00:00
Files
src/usr.bin/cpp/Makefile

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>