Makefile revision 92486
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/share/man/man8/Makefile 92486 2002-03-17 09:14:54Z cjc $
3
4MAN=	adding_user.8 \
5	crash.8 \
6	diskless.8 \
7	intro.8 \
8	picobsd.8 \
9	rc.8 \
10	sticky.8 \
11	yp.8
12
13MLINKS=	rc.8 rc.early.8 rc.8 rc.serial.8 rc.8 rc.pccard.8 rc.8 rc.network.8
14MLINKS+=rc.8 rc.firewall.8 rc.8 rc.atm.8 rc.8 rc.local.8 rc.8 rc.shutdown.8
15MLINKS+=yp.8 YP.8 yp.8 NIS.8 yp.8 nis.8
16
17# XXX NOT IMPORTED:	man8.hp300 man8.tahoe man8.vax
18.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "alpha"
19MLINKS+=rc.8 ${MACHINE_ARCH}/rc.${MACHINE_ARCH}.8
20SUBDIR=	man8.${MACHINE_ARCH}
21.endif
22
23.if make(maninstall)
24maninstall:: _SUBDIR
25.endif
26
27.include <bsd.prog.mk>
28