[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / cpp

Annotation of src/usr.bin/cpp/Makefile, Revision 1.8

1.8     ! espie       1: #      $OpenBSD: Makefile,v 1.7 1999/12/23 07:14:12 mickey Exp $
        !             2:
        !             3: .include <bsd.own.mk>
1.1       deraadt     4:
                      5: NOMAN=
                      6:
1.8     ! espie       7: PROG=cpp
        !             8: SRCS=
        !             9: INSTALL_STRIP=
        !            10:
        !            11: cpp: cpp.sh
        !            12: .if ${USE_GCC3:L} == "no"
        !            13:        sed -e 's/@dollaropt@/-$$/' ${.CURDIR}/cpp.sh >$@
        !            14: .else
        !            15:        sed -e 's/@dollaropt@//' ${.CURDIR}/cpp.sh >$@
        !            16: .endif
1.1       deraadt    17:
                     18: .include <bsd.prog.mk>