1# @(#)Makefile 8.1 (Berkeley) 6/5/93 2# $FreeBSD$ 3 4MAN8= 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 rc.i386.8 12SUBDIR= man8.i386 13.elif ${MACHINE_ARCH} == "alpha" 14MLINKS+= rc.8 rc.alpha.8 15SUBDIR= man8.alpha 16.endif 17 18.if make(maninstall) 19maninstall:: _SUBDIR 20.endif 21 22.include <bsd.prog.mk> 23