diff options
Diffstat (limited to 'usr.bin/cpp')
-rw-r--r-- | usr.bin/cpp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cpp/Makefile b/usr.bin/cpp/Makefile index eda7f17..95cf0b1 100644 --- a/usr.bin/cpp/Makefile +++ b/usr.bin/cpp/Makefile @@ -8,10 +8,10 @@ all nologin clean cleandir depend lint tags: beforeinstall: .if ${MACHINE} == "sparc" ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/cpp.notraditional.sh ${DESTDIR}/usr/bin/cpp + ${.CURDIR}/cpp.notraditional.sh ${DESTDIR}${BINDIR}/cpp .else ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/cpp.sh ${DESTDIR}/usr/bin/cpp + ${.CURDIR}/cpp.sh ${DESTDIR}${BINDIR}/cpp .endif .include <bsd.prog.mk> |