Add "nocrypt" target to create a subdirectory
[unix-history] / usr / src / usr.bin / cpp / Makefile
CommitLineData
f3c0540f
KB
1# @(#)Makefile 5.1 (Berkeley) %G%
2
3NOMAN=noman
4NOOBJ=noobj
5
6all nologin clean cleandir depend lint tags:
7
8beforeinstall:
9 install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
10 ${.CURDIR}/cpp.sh ${DESTDIR}/usr/bin/cpp
11
12.include <bsd.prog.mk>