Makefile revision 302408
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2#	$FreeBSD: stable/11/share/man/man5/Makefile 300071 2016-05-17 18:42:38Z jhb $
3
4.include <src.opts.mk>
5
6PACKAGE=runtime-manuals
7
8#MISSING: dump.5 plot.5
9MAN=	acct.5 \
10	ar.5 \
11	a.out.5 \
12	${_boot.config.5} \
13	core.5 \
14	devfs.5 \
15	devfs.conf.5 \
16	devfs.rules.5 \
17	device.hints.5 \
18	dir.5 \
19	disktab.5 \
20	elf.5 \
21	ethers.5 \
22	eui64.5 \
23	ext2fs.5 \
24	fbtab.5 \
25	fdescfs.5 \
26	forward.5 \
27	fs.5 \
28	fstab.5 \
29	group.5 \
30	hosts.5 \
31	hosts.equiv.5 \
32	hosts.lpd.5 \
33	intro.5 \
34	libmap.conf.5 \
35	link.5 \
36	linprocfs.5 \
37	linsysfs.5 \
38	mailer.conf.5 \
39	make.conf.5 \
40	moduli.5 \
41	motd.5 \
42	mqueuefs.5 \
43	msdosfs.5 \
44	networks.5 \
45	nsmb.conf.5 \
46	nsswitch.conf.5 \
47	nullfs.5 \
48	passwd.5 \
49	pbm.5 \
50	periodic.conf.5 \
51	phones.5 \
52	portindex.5 \
53	portsnap.conf.5 \
54	procfs.5 \
55	protocols.5 \
56	quota.user.5 \
57	rc.conf.5 \
58	rctl.conf.5 \
59	regdomain.5 \
60	remote.5 \
61	resolver.5 \
62	services.5 \
63	shells.5 \
64	src.conf.5 \
65	stab.5 \
66	style.Makefile.5 \
67	sysctl.conf.5 \
68	tmpfs.5
69
70MLINKS=	dir.5 dirent.5
71MLINKS+=fs.5 inode.5
72MLINKS+=hosts.equiv.5 rhosts.5
73MLINKS+=msdosfs.5 msdos.5
74MLINKS+=passwd.5 master.passwd.5
75MLINKS+=portindex.5 INDEX.5
76MLINKS+=quota.user.5 quota.group.5
77MLINKS+=rc.conf.5 rc.conf.local.5
78MLINKS+=resolver.5 resolv.conf.5
79MLINKS+=src.conf.5 src-env.conf.5
80
81.if ${MK_AUTOFS} != "no"
82MAN+=	autofs.5
83.endif
84
85.if ${MK_BLUETOOTH} != "no"
86MAN+=	bluetooth.device.conf.5 \
87	bluetooth.hosts.5 \
88	bluetooth.protocols.5
89.endif
90
91.if ${MK_FREEBSD_UPDATE} != "no"
92MAN+=	freebsd-update.conf.5
93.endif
94
95.if ${MK_HESIOD} != "no"
96MAN+=	hesiod.conf.5 
97.endif
98
99.if ${MK_NAND} != "no"
100MAN+=	nandfs.5
101.endif
102
103.if ${MK_PF} != "no"
104MAN+=	pf.conf.5 \
105	pf.os.5
106.endif
107
108.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
109_boot.config.5=	boot.config.5
110.endif
111
112.include <bsd.prog.mk>
113