1994-05-30 19:09:18 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
1999-08-28 00:22:10 +00:00
|
|
|
# $FreeBSD$
|
1994-05-30 19:09:18 +00:00
|
|
|
|
2014-11-01 11:17:54 +00:00
|
|
|
.include <src.opts.mk>
|
2012-10-22 01:18:41 +00:00
|
|
|
|
2016-01-21 16:36:33 +00:00
|
|
|
PACKAGE=runtime-manuals
|
|
|
|
|
1998-11-26 00:21:24 +00:00
|
|
|
#MISSING: eqnchar.7 ms.7 term.7
|
2017-11-01 01:22:33 +00:00
|
|
|
MAN= arch.7 \
|
2009-01-30 15:14:58 +00:00
|
|
|
ascii.7 \
|
2005-11-10 10:09:42 +00:00
|
|
|
bsd.snmpmod.mk.7 \
|
2004-01-20 10:27:23 +00:00
|
|
|
build.7 \
|
|
|
|
clocks.7 \
|
2014-12-12 19:56:36 +00:00
|
|
|
crypto.7 \
|
2010-06-17 12:05:47 +00:00
|
|
|
c99.7 \
|
2004-01-20 10:27:23 +00:00
|
|
|
development.7 \
|
|
|
|
environ.7 \
|
|
|
|
ffs.7 \
|
|
|
|
firewall.7 \
|
2014-11-02 00:11:25 +00:00
|
|
|
growfs.7 \
|
2004-01-20 10:27:23 +00:00
|
|
|
hier.7 \
|
|
|
|
hostname.7 \
|
|
|
|
intro.7 \
|
|
|
|
maclabel.7 \
|
|
|
|
operator.7 \
|
|
|
|
ports.7 \
|
|
|
|
release.7 \
|
|
|
|
sdoc.7 \
|
|
|
|
security.7 \
|
|
|
|
sprog.7 \
|
|
|
|
stdint.7 \
|
2011-02-24 13:03:47 +00:00
|
|
|
sticky.7 \
|
2014-04-13 11:35:42 +00:00
|
|
|
tests.7 \
|
2004-01-20 10:27:23 +00:00
|
|
|
tuning.7
|
|
|
|
|
1994-05-30 19:09:18 +00:00
|
|
|
MLINKS= intro.7 miscellaneous.7
|
2007-10-12 10:35:24 +00:00
|
|
|
MLINKS+= security.7 securelevel.7
|
2010-06-17 12:05:47 +00:00
|
|
|
MLINKS+= c99.7 c.7
|
2010-06-17 13:59:41 +00:00
|
|
|
MLINKS+= c99.7 c78.7
|
2010-06-17 12:05:47 +00:00
|
|
|
MLINKS+= c99.7 c89.7
|
|
|
|
MLINKS+= c99.7 c90.7
|
1994-05-30 19:09:18 +00:00
|
|
|
|
2014-11-01 11:17:54 +00:00
|
|
|
.if ${MK_TESTS} != "no"
|
2017-03-04 11:26:40 +00:00
|
|
|
ATF= ${SRCTOP}/contrib/atf
|
2014-11-01 11:17:54 +00:00
|
|
|
.PATH: ${ATF}/doc
|
|
|
|
MAN+= atf.7
|
|
|
|
|
|
|
|
CLEANFILES+= atf.7
|
|
|
|
atf.7: atf.7.in
|
|
|
|
sed -e 's,__DOCDIR__,/usr/share/doc/atf,g' \
|
|
|
|
<"${ATF}/doc/atf.7.in" >atf.7
|
|
|
|
.endif
|
|
|
|
|
1994-05-30 19:09:18 +00:00
|
|
|
.include <bsd.prog.mk>
|