summaryrefslogtreecommitdiff
path: root/usr.bin/false/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/false/Makefile')
-rw-r--r--usr.bin/false/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/false/Makefile b/usr.bin/false/Makefile
index aa08c801bdf..74ee728e795 100644
--- a/usr.bin/false/Makefile
+++ b/usr.bin/false/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.3 1996/12/08 14:32:23 downsj Exp $
+# $OpenBSD: Makefile,v 1.4 1997/04/27 20:56:42 millert Exp $
MAN= false.1
beforeinstall:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/false.sh ${DESTDIR}${BINDIR}/false
.include <bsd.prog.mk>