1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/usr.bin/cpp/Makefile
1997-02-02 14:41:43 +00:00

18 lines
409 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 7/9/93
NOMAN=noman
NOOBJ=noobj
all nologin clean cleandir depend lint tags:
beforeinstall:
.if ${MACHINE} == "sparc"
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/cpp.notraditional.sh ${DESTDIR}${BINDIR}/cpp
.else
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/cpp.sh ${DESTDIR}${BINDIR}/cpp
.endif
.include <bsd.prog.mk>