This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / share / man / Makefile
CommitLineData
7096ae69 1# from: @(#)Makefile 5.9 (Berkeley) 7/1/91
986c93cf 2# $Id: Makefile,v 1.6 1993/10/19 19:57:35 rgrimes Exp $
15637ed4
RG
3
4SUBDIR= man1 man3 man4 man5 man7 man8
5
6afterinstall:
15637ed4
RG
7 install -c -o ${BINOWN} -g ${BINGRP} -m 444 man0/COPYRIGHT \
8 ${DESTDIR}/usr/share/man/COPYRIGHT
9
10makedb:
5c78d0eb 11 makewhatis ${DESTDIR}${BINDIR}/man
15637ed4
RG
12
13.include <bsd.subdir.mk>
859e2414 14.include "${.CURDIR}/../Makefile.inc"