xref: /freebsd/share/man/man5/Makefile (revision caddfcd546e020aec73b0a53d925460f10f7ae7d)
1.include <src.opts.mk>
2
3MANGROUPS=	MAN
4
5#MISSING: dump.5 plot.5
6MAN=	a.out.5 \
7	${_boot.config.5} \
8	core.5 \
9	dir.5 \
10	disktab.5 \
11	elf.5 \
12	ethers.5 \
13	eui64.5 \
14	fbtab.5 \
15	forward.5 \
16	group.5 \
17	hosts.5 \
18	hosts.equiv.5 \
19	intro.5 \
20	libmap.conf.5 \
21	link.5 \
22	mailer.conf.5 \
23	make.conf.5 \
24	motd.5 \
25	mount.conf.5 \
26	networks.5 \
27	nsswitch.conf.5 \
28	os-release.5 \
29	pbm.5 \
30	phones.5 \
31	portindex.5 \
32	protocols.5 \
33	quota.user.5 \
34	rctl.conf.5 \
35	regdomain.5 \
36	remote.5 \
37	resolver.5 \
38	services.5 \
39	shells.5 \
40	src.conf.5 \
41	stab.5 \
42	style.Makefile.5 \
43	style.mdoc.5 \
44	sysctl.conf.5 \
45
46.if ${MK_BLUETOOTH} != "no"
47MAN+=	bluetooth.device.conf.5 \
48	bluetooth.hosts.5 \
49	bluetooth.protocols.5
50.endif
51
52.if ${MK_FREEBSD_UPDATE} != "no"
53MAN+=	freebsd-update.conf.5
54.endif
55
56.if ${MK_HESIOD} != "no"
57MAN+=	hesiod.conf.5
58.endif
59
60MLINKS=	dir.5 dirent.5
61MLINKS+=fs.5 inode.5
62MLINKS+=hosts.equiv.5 rhosts.5
63MLINKS+=portindex.5 INDEX.5
64MLINKS+=quota.user.5 quota.group.5
65MLINKS+=resolver.5 resolv.conf.5
66MLINKS+=src.conf.5 src-env.conf.5
67
68MANGROUPS+=	ACCT
69ACCT=		acct.5
70ACCTPACKAGE=	acct
71
72MANGROUPS+=	BOOTLOADER
73BOOTLOADER=	device.hints.5
74BOOTLOADERPACKAGE=bootloader
75
76MANGROUPS+=	CLANG
77CLANG=		ar.5
78CLANGPACKAGE=	clang
79
80MANGROUPS+=	LP
81LP=		hosts.lpd.5
82LPPACKAGE=	lp
83
84MANGROUPS+=	PERIODIC
85PERIODIC=	periodic.conf.5
86PERIODICPACKAGE=periodic
87
88.if ${MK_PF} != "no"
89MANGROUPS+=	PF
90PF=		pf.conf.5 \
91		pf.os.5
92PFPACKAGE=	pf
93.endif
94
95MANGROUPS+=	RC
96RC=		rc.conf.5
97RCLINKS=	rc.conf.5 rc.conf.local.5
98RCPACKAGE=	rc
99
100MANGROUPS+=	RUNTIME
101RUNTIME=	devfs.conf.5 \
102		devfs.rules.5 \
103		fstab.5 \
104		passwd.5
105RUNTIMELINKS=	passwd.5 master.passwd.5
106RUNTIMELINKS+=	passwd.5 pwd.db.5
107RUNTIMELINKS+=	passwd.5 spwd.db.5
108RUNTIMEPACKAGE=	runtime
109
110MANGROUPS+=	SMB
111SMB=		nsmb.conf.5
112SMBPACKAGE=	smbutils
113
114MANGROUPS+=	SSH
115SSH=		moduli.5
116SSHPACKAGE=	ssh
117
118MANGROUPS+=	UFS
119UFS=		fs.5
120UFSPACKAGE=	ufs
121
122# This makes more sense for amd64 and i386 but
123# we decide to install all manpages in all architectures
124_boot.config.5=	boot.config.5
125
126.include <bsd.prog.mk>
127