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

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

1.6     ! millert     1: #      $OpenBSD: Makefile,v 1.5 1996/12/08 14:32:21 downsj Exp $
1.1       deraadt     2:
                      3: NOMAN=
                      4:
                      5: beforeinstall:
1.6     ! millert     6:        ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
1.1       deraadt     7:                ${.CURDIR}/cpp.sh ${DESTDIR}${BINDIR}/cpp
                      8:
                      9: .include <bsd.prog.mk>