summaryrefslogtreecommitdiff
path: root/share/man/Makefile
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-09-22 05:12:28 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-09-22 05:12:28 +0000
commit77a3eff80f08bd3fe0e63c1ad31c903200bfa30f (patch)
tree6e9499e8f51e431612b624cfa2712edd7d8f0c6d /share/man/Makefile
parent05cedca858f8c09c288e22007e0e5beec41918e7 (diff)
install -> ${INSTALL}
Diffstat (limited to 'share/man/Makefile')
-rw-r--r--share/man/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/Makefile b/share/man/Makefile
index 2cb2c8a1d5d..4fc0649d9df 100644
--- a/share/man/Makefile
+++ b/share/man/Makefile
@@ -1,12 +1,12 @@
# from: @(#)Makefile 5.9 (Berkeley) 7/1/91
-# $Id: Makefile,v 1.2 1995/12/14 05:41:23 deraadt Exp $
+# $Id: Makefile,v 1.3 1997/09/22 05:12:27 millert Exp $
SUBDIR= man1 man3 man4 man5 man7 man8 man9
afterinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 makewhatis.sed \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 makewhatis.sed \
${DESTDIR}/usr/share/man/makewhatis.sed
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 man0/COPYRIGHT \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 man0/COPYRIGHT \
${DESTDIR}/usr/share/man/COPYRIGHT
makedb: