Makefile revision 274372
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2# $FreeBSD: stable/10/share/man/man8/Makefile 274372 2014-11-11 05:55:37Z delphij $
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=	rc.8 rc.atm.8 \
17	rc.8 rc.d.8 \
18	rc.8 rc.firewall.8 \
19	rc.8 rc.local.8 \
20	rc.8 rc.network.8 \
21	rc.8 rc.pccard.8 \
22	rc.8 rc.serial.8 \
23	rc.8 rc.shutdown.8
24MLINKS+=yp.8 NIS.8 \
25	yp.8 nis.8 \
26	yp.8 YP.8
27
28.if ${MACHINE_CPUARCH} == "amd64"
29_uefi.8= uefi.8
30.endif
31
32.include <bsd.prog.mk>
33