]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - share/man/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / share / man / Makefile
1 #       @(#)Makefile    8.2 (Berkeley) 4/16/94
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 # XXX MISSING:  man3f
7 SUBDIR= man1 man3 man4 man5 man6 man7 man8 man9
8
9 MAKEWHATIS?=    makewhatis
10
11 makedb:
12 .if ${MK_MAN_UTILS} != "no"
13         ${MAKEWHATIS} ${DESTDIR}${BINDIR}/man
14 .if ${MK_OPENSSL} != "no"
15         ${MAKEWHATIS} ${DESTDIR}${BINDIR}/openssl/man
16 .endif
17 .endif
18
19 .include "${.CURDIR}/../Makefile.inc"
20 .include <bsd.subdir.mk>