NetBSD/share/man/Makefile

16 lines
418 B
Makefile
Raw Normal View History

1993-07-31 19:27:53 +04:00
# from: @(#)Makefile 5.9 (Berkeley) 7/1/91
# $Id: Makefile,v 1.5 1994/02/07 05:10:30 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:
/usr/libexec/makewhatis
1993-03-21 12:45:37 +03:00
.include <bsd.subdir.mk>