Deleted Added
full compact
Makefile (72701) Makefile (74856)
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/share/man/man8/Makefile 72701 2001-02-19 15:52:38Z ru $
2# $FreeBSD: head/share/man/man8/Makefile 74856 2001-03-27 13:48:25Z ru $
3
3
4MAN8= adding_user.8 crash.8 diskless.8 intro.8 picobsd.8 rc.8 sticky.8
4MAN= adding_user.8 crash.8 diskless.8 intro.8 picobsd.8 rc.8 sticky.8
5
6MLINKS= rc.8 rc.serial.8 rc.8 rc.pccard.8 rc.8 rc.network.8 \
7 rc.8 rc.firewall.8 rc.8 rc.atm.8 rc.8 rc.local.8 rc.8 rc.shutdown.8
8
9# XXX NOT IMPORTED: man8.hp300 man8.tahoe man8.vax
10.if ${MACHINE_ARCH} == "i386"
11MLINKS+= rc.8 i386/rc.i386.8
12SUBDIR= man8.i386
13.elif ${MACHINE_ARCH} == "alpha"
14MLINKS+= rc.8 alpha/rc.alpha.8
15SUBDIR= man8.alpha
16.endif
17
18.if make(maninstall)
19maninstall:: _SUBDIR
20.endif
21
22.include <bsd.prog.mk>
5
6MLINKS= rc.8 rc.serial.8 rc.8 rc.pccard.8 rc.8 rc.network.8 \
7 rc.8 rc.firewall.8 rc.8 rc.atm.8 rc.8 rc.local.8 rc.8 rc.shutdown.8
8
9# XXX NOT IMPORTED: man8.hp300 man8.tahoe man8.vax
10.if ${MACHINE_ARCH} == "i386"
11MLINKS+= rc.8 i386/rc.i386.8
12SUBDIR= man8.i386
13.elif ${MACHINE_ARCH} == "alpha"
14MLINKS+= rc.8 alpha/rc.alpha.8
15SUBDIR= man8.alpha
16.endif
17
18.if make(maninstall)
19maninstall:: _SUBDIR
20.endif
21
22.include <bsd.prog.mk>