xref: /original-bsd/usr.bin/cpp/Makefile (revision 759cfe84)
1#	@(#)Makefile	5.1 (Berkeley) 05/03/93
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>
13