diff options
-rw-r--r-- | share/man/Makefile | 6 |
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: |