Makefile revision 218998
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/share/man/man8/Makefile 218998 2011-02-24 13:03:47Z remko $
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	yp.8
14
15MLINKS=	rc.8 rc.atm.8 \
16	rc.8 rc.d.8 \
17	rc.8 rc.firewall.8 \
18	rc.8 rc.local.8 \
19	rc.8 rc.network.8 \
20	rc.8 rc.pccard.8 \
21	rc.8 rc.serial.8 \
22	rc.8 rc.shutdown.8
23MLINKS+=yp.8 NIS.8 \
24	yp.8 nis.8 \
25	yp.8 YP.8
26
27.include <bsd.prog.mk>
28