aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/which/Makefile
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-07-25 00:22:50 +0000
committerBruce Evans <bde@FreeBSD.org>1995-07-25 00:22:50 +0000
commit6eee579315c654f5d06b165ce593fa686aeafbb3 (patch)
tree04dc006d3f2561efd98282ecf6766478e4a69a40 /usr.bin/which/Makefile
parentc2471061b8afa20c505c9b8ebe10bc5573441f92 (diff)
downloadsrc-6eee579315c654f5d06b165ce593fa686aeafbb3.tar.gz
src-6eee579315c654f5d06b165ce593fa686aeafbb3.zip
Notes
Diffstat (limited to 'usr.bin/which/Makefile')
-rw-r--r--usr.bin/which/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/which/Makefile b/usr.bin/which/Makefile
index 7f0a9c7996e9..af5532e24284 100644
--- a/usr.bin/which/Makefile
+++ b/usr.bin/which/Makefile
@@ -3,7 +3,7 @@
MAN1= which.1
beforeinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/which.pl ${DESTDIR}/${BINDIR}/which
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${.CURDIR}/which.pl ${DESTDIR}${BINDIR}/which
.include <bsd.prog.mk>