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