]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - share/man/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>