NetBSD/share/man/Makefile

16 lines
443 B
Makefile
Raw Normal View History

1993-07-31 19:27:53 +04:00
# from: @(#)Makefile 5.9 (Berkeley) 7/1/91
1994-02-09 11:00:16 +03:00
# $Id: Makefile,v 1.6 1994/02/09 08:00:16 cgd Exp $
1993-03-21 12:45:37 +03:00
SUBDIR= man1 man3 man4 man5 man7 man8
1993-03-21 12:45:37 +03:00
afterinstall:
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 \
${DESTDIR}/usr/share/man/COPYRIGHT
makedb:
1994-02-09 11:00:16 +03:00
/usr/libexec/makewhatis ${DESTDIR}/usr/share/man
1993-03-21 12:45:37 +03:00
.include <bsd.subdir.mk>