Makefile revision 283956
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/share/man/man8/Makefile 283956 2015-06-03 17:10:11Z jmg $
3
4MAN=	crash.8 \
5	diskless.8 \
6	intro.8 \
7	nanobsd.8 \
8	picobsd.8 \
9	rc.8 \
10	rc.sendmail.8 \
11	rc.subr.8 \
12	rescue.8 \
13	${_uefi.8} \
14	yp.8
15
16MLINKS=
17	nanobsd.8 nanobsd.sh.8 \
18	rc.8 rc.atm.8 \
19	rc.8 rc.d.8 \
20	rc.8 rc.firewall.8 \
21	rc.8 rc.local.8 \
22	rc.8 rc.network.8 \
23	rc.8 rc.pccard.8 \
24	rc.8 rc.serial.8 \
25	rc.8 rc.shutdown.8
26MLINKS+=yp.8 NIS.8 \
27	yp.8 nis.8 \
28	yp.8 YP.8
29
30.if ${MACHINE_CPUARCH} == "amd64"
31_uefi.8= uefi.8
32.endif
33
34.include <bsd.prog.mk>
35