Initial import from FreeBSD RELENG_4:
[games.git] / share / man / man8 / Makefile
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
4 .PATH: ${.CURDIR}/../../../release/sysinstall
5
6 MAN=    adding_user.8 \
7         crash.8 \
8         diskless.8 \
9         intro.8 \
10         picobsd.8 \
11         rc.8 \
12         rc.sendmail.8 \
13         sticky.8 \
14         yp.8
15
16 .if exists(${.CURDIR}/../../../release/sysinstall)
17 MAN+=   sysinstall.8
18 .endif
19
20 MLINKS= rc.8 rc.early.8 rc.8 rc.serial.8 rc.8 rc.pccard.8 rc.8 rc.network.8
21 MLINKS+=rc.8 rc.firewall.8 rc.8 rc.atm.8 rc.8 rc.local.8 rc.8 rc.shutdown.8
22 MLINKS+=yp.8 YP.8 yp.8 NIS.8 yp.8 nis.8
23
24 # XXX NOT IMPORTED:     man8.hp300 man8.tahoe man8.vax
25 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "alpha"
26 MLINKS+=rc.8 ${MACHINE_ARCH}/rc.${MACHINE_ARCH}.8
27 SUBDIR= man8.${MACHINE_ARCH}
28 .endif
29
30 .include <bsd.prog.mk>