xref: /original-bsd/usr.bin/cpp/Makefile (revision 3705696b)
1#	@(#)Makefile	8.1 (Berkeley) 07/09/93
2
3NOMAN=noman
4NOOBJ=noobj
5
6all nologin clean cleandir depend lint tags:
7
8beforeinstall:
9.if ${MACHINE} == "sparc"
10	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
11	    ${.CURDIR}/cpp.notraditional.sh ${DESTDIR}/usr/bin/cpp
12.else
13	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
14	    ${.CURDIR}/cpp.sh ${DESTDIR}/usr/bin/cpp
15.endif
16
17.include <bsd.prog.mk>
18