e1fe3dba5c
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
19 lines
360 B
Makefile
19 lines
360 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 4/16/94
|
|
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
# XXX MISSING: man3f
|
|
SUBDIR= man1 man3 man4 man5 man6 man7 man8 man9
|
|
|
|
MAKEWHATIS?= makewhatis
|
|
|
|
makedb:
|
|
${MAKEWHATIS} ${DESTDIR}${BINDIR}/man
|
|
.if ${MK_OPENSSL} != "no"
|
|
${MAKEWHATIS} ${DESTDIR}${BINDIR}/openssl/man
|
|
.endif
|
|
|
|
.include "${.CURDIR}/../Makefile.inc"
|
|
.include <bsd.subdir.mk>
|