1*80cb8463Sguenther# $OpenBSD: Makefile,v 1.12 2013/12/09 02:35:09 guenther Exp $ 25aab292eSespie 35aab292eSespie.include <bsd.own.mk> 439827acfSderaadt 539827acfSderaadtNOMAN= 639827acfSderaadt 75aab292eSespiePROG=cpp 85aab292eSespieSRCS= 95aab292eSespieINSTALL_STRIP= 105aab292eSespie 115aab292eSespiecpp: cpp.sh 1224b66d92Sdrahn.if ${COMPILER_VERSION:L} == "gcc3" 13*80cb8463Sguenther sed -e 's/@GNUC@/-D__GNUC__/' ${.CURDIR}/cpp.sh >$@ 145aab292eSespie.else 15*80cb8463Sguenther sed -e 's/@GNUC@//' ${.CURDIR}/cpp.sh >$@ 165aab292eSespie.endif 1739827acfSderaadt 1839827acfSderaadt.include <bsd.prog.mk> 19