Makefile revision 299162
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/share/man/man8/Makefile 299162 2016-05-06 08:42:33Z ngie $
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
17MLINKS= \
18	nanobsd.8 nanobsd.sh.8 \
19	rc.8 rc.atm.8 \
20	rc.8 rc.d.8 \
21	rc.8 rc.firewall.8 \
22	rc.8 rc.local.8 \
23	rc.8 rc.network.8 \
24	rc.8 rc.pccard.8 \
25	rc.8 rc.serial.8 \
26	rc.8 rc.shutdown.8
27
28.if ${MK_NIS!= "no"
29MAN+=	yp.8
30
31MLINKS+=yp.8 NIS.8 \
32	yp.8 nis.8 \
33	yp.8 YP.8
34.endif
35
36.if ${MACHINE_CPUARCH} == "amd64"
37_uefi.8= uefi.8
38.endif
39
40.include <bsd.prog.mk>
41