freebsd_amp_hwpstate/usr.bin/cpp/Makefile

18 lines
409 B
Makefile
Raw Normal View History

1994-05-27 12:33:43 +00:00
# @(#)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
1994-05-27 12:33:43 +00:00
.else
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/cpp.sh ${DESTDIR}${BINDIR}/cpp
1994-05-27 12:33:43 +00:00
.endif
.include <bsd.prog.mk>