xref: /dragonfly/share/man/man8/Makefile (revision 44753b81)
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2# $FreeBSD: src/share/man/man8/Makefile,v 1.13.2.12 2002/07/16 14:05:30 ru Exp $
3
4MAN=	adding_user.8 \
5	crash.8 \
6	dhcp.8 \
7	diskless.8 \
8	intro.8 \
9	rc.8 \
10	rc.sendmail.8 \
11	rc.subr.8 \
12	sticky.8 \
13	swapcache.8 \
14	yp.8
15
16MLINKS=	rc.8 rc.d.8 \
17	rc.8 rc.firewall.8 \
18	rc.8 rc.local.8 \
19	rc.8 rc.shutdown.8 \
20	rc.8 rc.shutdown.local.8
21MLINKS+=yp.8 nis.8 \
22	yp.8 NIS.8 \
23	yp.8 YP.8
24
25.include <bsd.prog.mk>
26