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