]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - share/man/man8/Makefile
MFC r299162,r299163:
[FreeBSD/stable/10.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         ${_uefi.8} \
16
17 MLINKS= rc.8 rc.atm.8 \
18         rc.8 rc.d.8 \
19         rc.8 rc.firewall.8 \
20         rc.8 rc.local.8 \
21         rc.8 rc.network.8 \
22         rc.8 rc.pccard.8 \
23         rc.8 rc.serial.8 \
24         rc.8 rc.shutdown.8
25
26 .if ${MK_NIS} != "no"
27 MAN+=   yp.8
28
29 MLINKS+=yp.8 NIS.8 \
30         yp.8 nis.8 \
31         yp.8 YP.8
32 .endif
33
34 .if ${MACHINE_CPUARCH} == "amd64"
35 _uefi.8= uefi.8
36 .endif
37
38 .include <bsd.prog.mk>