1# $OpenBSD: Makefile,v 1.13 2025/10/23 19:06:10 miod Exp $ 2 3NOMAN= 4 5PROG=cpp 6SRCS= 7INSTALL_STRIP= 8 9cpp: cpp.sh 10 sed -e 's/@GNUC@//' ${.CURDIR}/cpp.sh >$@ 11 12.include <bsd.prog.mk>