1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2# $FreeBSD: stable/11/share/man/man7/Makefile 319227 2017-05-30 17:07:40Z emaste $
3
4.include <src.opts.mk>
5
6PACKAGE=runtime-manuals
7
8#MISSING: eqnchar.7 ms.7 term.7
9MAN=	adding_user.7 \
10	arch.7 \
11	ascii.7 \
12	bsd.snmpmod.mk.7 \
13	build.7 \
14	clocks.7 \
15	crypto.7 \
16	c99.7 \
17	development.7 \
18	environ.7 \
19	ffs.7 \
20	firewall.7 \
21	growfs.7 \
22	hier.7 \
23	hostname.7 \
24	intro.7 \
25	maclabel.7 \
26	mailaddr.7 \
27	operator.7 \
28	ports.7 \
29	release.7 \
30	sdoc.7 \
31	security.7 \
32	sprog.7 \
33	stdint.7 \
34	sticky.7 \
35	tests.7 \
36	tuning.7
37
38MLINKS=	intro.7 miscellaneous.7
39MLINKS+= security.7 securelevel.7
40MLINKS+= c99.7 c.7
41MLINKS+= c99.7 c78.7
42MLINKS+= c99.7 c89.7
43MLINKS+= c99.7 c90.7
44
45.if ${MK_TESTS} != "no"
46ATF=	${.CURDIR}/../../../contrib/atf
47.PATH:	${ATF}/doc
48MAN+=	atf.7
49
50CLEANFILES+= atf.7
51atf.7: atf.7.in
52	sed -e 's,__DOCDIR__,/usr/share/doc/atf,g' \
53	    <"${ATF}/doc/atf.7.in" >atf.7
54.endif
55
56.include <bsd.prog.mk>
57