summaryrefslogtreecommitdiff
path: root/usr.bin/cpp
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-07-25 00:37:58 +0000
committerBruce Evans <bde@FreeBSD.org>1995-07-25 00:37:58 +0000
commit9c0dc173cc77c4480ea66866d12021bb609b5deb (patch)
tree67449d23a48a9e1b2ffd0a92e0f11275368bb4b0 /usr.bin/cpp
parent6eee579315c654f5d06b165ce593fa686aeafbb3 (diff)
Notes
Diffstat (limited to 'usr.bin/cpp')
-rw-r--r--usr.bin/cpp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cpp/Makefile b/usr.bin/cpp/Makefile
index 645fb423d6c6..eda7f17cf299 100644
--- a/usr.bin/cpp/Makefile
+++ b/usr.bin/cpp/Makefile
@@ -7,10 +7,10 @@ all nologin clean cleandir depend lint tags:
beforeinstall:
.if ${MACHINE} == "sparc"
- install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/cpp.notraditional.sh ${DESTDIR}/usr/bin/cpp
.else
- install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/cpp.sh ${DESTDIR}/usr/bin/cpp
.endif