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