xref: /freebsd/share/man/man8/Makefile (revision 1f4bcc459a76b7aa664f3fd557684cd0ba6da352)
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2# $FreeBSD$
3
4PACKAGE=runtime-manuals
5
6MAN=	crash.8 \
7	diskless.8 \
8	intro.8 \
9	nanobsd.8 \
10	picobsd.8 \
11	rc.8 \
12	rc.sendmail.8 \
13	rc.subr.8 \
14	rescue.8 \
15	${_uefi.8} \
16	yp.8
17
18MLINKS= \
19	nanobsd.8 nanobsd.sh.8 \
20	rc.8 rc.atm.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.serial.8 \
27	rc.8 rc.shutdown.8
28MLINKS+=yp.8 NIS.8 \
29	yp.8 nis.8 \
30	yp.8 YP.8
31
32.if ${MACHINE_CPUARCH} == "amd64"
33_uefi.8= uefi.8
34.endif
35
36.include <bsd.prog.mk>
37