# $OpenBSD: Makefile,v 1.8 2004/02/10 02:02:22 espie Exp $ .include NOMAN= PROG=cpp SRCS= INSTALL_STRIP= cpp: cpp.sh .if ${USE_GCC3:L} == "no" sed -e 's/@dollaropt@/-$$/' ${.CURDIR}/cpp.sh >$@ .else sed -e 's/@dollaropt@//' ${.CURDIR}/cpp.sh >$@ .endif .include