xref: /freebsd/share/man/man8/Makefile (revision 53b70c86)
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2# $FreeBSD$
3
4.include <src.opts.mk>
5
6MAN=	\
7	beinstall.8 \
8	crash.8 \
9	diskless.8 \
10	intro.8 \
11	nanobsd.8 \
12	rc.8 \
13	rc.sendmail.8 \
14	rc.subr.8 \
15	rescue.8 \
16	${_uefi.8} \
17
18MLINKS= \
19	beinstall.8 beinstall.sh.8 \
20	nanobsd.8 nanobsd.sh.8 \
21	rc.8 rc.d.8 \
22	rc.8 rc.firewall.8 \
23	rc.8 rc.local.8 \
24	rc.8 rc.network.8 \
25	rc.8 rc.pccard.8 \
26	rc.8 rc.resume.8 \
27	rc.8 rc.serial.8 \
28	rc.8 rc.shutdown.8
29
30.if ${MK_NIS} != "no"
31MAN+=	yp.8
32
33MLINKS+=yp.8 NIS.8 \
34	yp.8 nis.8 \
35	yp.8 YP.8
36.endif
37
38# This makes more sense for aarch 64 and amd64
39# we decide to install all manpages in all architectures
40_uefi.8= uefi.8
41
42MLINKS+=uefi.8 efi.8
43
44.include <bsd.prog.mk>
45