Separate manual pages into their own package.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2016-01-21 16:36:33 +00:00
parent c4b54d2b48
commit bf2df150f1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-pkg/; revision=294508
8 changed files with 16 additions and 0 deletions

View File

@ -5,6 +5,8 @@
MAN= builtin.1 intro.1
PACKAGE=runtime-manuals
.if ${MK_TESTS} != "no"
ATF= ${.CURDIR}/../../../contrib/atf
.PATH: ${ATF}/doc

View File

@ -3,6 +3,8 @@
.include <src.opts.mk>
PACKAGE=runtime-manuals
MAN= assert.3 \
ATOMIC_VAR_INIT.3 \
bitstring.3 \

View File

@ -3,6 +3,8 @@
.include <src.opts.mk>
PACKAGE=runtime-manuals
MAN= aac.4 \
aacraid.4 \
acpi.4 \

View File

@ -3,6 +3,8 @@
.include <src.opts.mk>
PACKAGE=runtime-manuals
#MISSING: dump.5 plot.5
MAN= acct.5 \
ar.5 \

View File

@ -2,4 +2,6 @@
MAN= intro.6
PACKAGE=runtime-manuals
.include <bsd.prog.mk>

View File

@ -3,6 +3,8 @@
.include <src.opts.mk>
PACKAGE=runtime-manuals
#MISSING: eqnchar.7 ms.7 term.7
MAN= adding_user.7 \
ascii.7 \

View File

@ -1,6 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
PACKAGE=runtime-manuals
MAN= crash.8 \
diskless.8 \
intro.8 \

View File

@ -2,6 +2,8 @@
.include <src.opts.mk>
PACKAGE=runtime-manuals
MAN= accept_filter.9 \
accf_data.9 \
accf_dns.9 \