]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - share/man/man8/Makefile
MFC r363988:
[FreeBSD/stable/9.git] / share / man / man8 / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/5/93
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 MAN=    crash.8 \
7         diskless.8 \
8         intro.8 \
9         nanobsd.8 \
10         picobsd.8 \
11         rc.8 \
12         rc.sendmail.8 \
13         rc.subr.8 \
14         rescue.8 \
15
16 MLINKS= rc.8 rc.atm.8 \
17         rc.8 rc.d.8 \
18         rc.8 rc.firewall.8 \
19         rc.8 rc.local.8 \
20         rc.8 rc.network.8 \
21         rc.8 rc.pccard.8 \
22         rc.8 rc.serial.8 \
23         rc.8 rc.shutdown.8
24
25 .if ${MK_NIS} != "no"
26 MAN+=   yp.8
27
28 MLINKS+=yp.8 NIS.8 \
29         yp.8 nis.8 \
30         yp.8 YP.8
31 .endif
32
33 .include <bsd.prog.mk>