]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/Makefile
This commit was generated by cvs2svn to compensate for changes in r155511,
[FreeBSD/FreeBSD.git] / share / man / Makefile
1 #       @(#)Makefile    8.2 (Berkeley) 4/16/94
2 # $FreeBSD$
3
4 # XXX MISSING:  man3f
5 SUBDIR= man1 man3 man4 man5 man6 man7 man8 man9
6
7 MAKEWHATIS?=    makewhatis
8
9 makedb:
10         ${MAKEWHATIS} ${DESTDIR}${BINDIR}/man
11 .if !defined(NO_CRYPT) && !defined(NO_OPENSSL)
12         ${MAKEWHATIS} ${DESTDIR}${BINDIR}/openssl/man
13 .endif
14
15 .include "${.CURDIR}/../Makefile.inc"
16 .include <bsd.subdir.mk>