mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
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)
18 lines
360 B
Makefile
18 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>
|