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

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

1.4     ! niklas      1: #      $OpenBSD: Makefile,v 1.3 1996/06/26 05:32:24 deraadt Exp $
1.1       deraadt     2:
                      3: NOMAN=
                      4:
                      5: beforeinstall:
                      6:        install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
                      7:                ${.CURDIR}/cpp.sh ${DESTDIR}${BINDIR}/cpp
                      8:
                      9: .include <bsd.prog.mk>