This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / share / man / Makefile
# from: @(#)Makefile 5.9 (Berkeley) 7/1/91
# $Id: Makefile,v 1.6 1993/10/19 19:57:35 rgrimes Exp $
SUBDIR= man1 man3 man4 man5 man7 man8
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 man0/COPYRIGHT \
${DESTDIR}/usr/share/man/COPYRIGHT
makedb:
makewhatis ${DESTDIR}${BINDIR}/man
.include <bsd.subdir.mk>
.include "${.CURDIR}/../Makefile.inc"