]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man8/Makefile
MFC r344066:
[FreeBSD/FreeBSD.git] / share / man / man8 / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/5/93
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 PACKAGE=runtime-manuals
7
8 MAN=    crash.8 \
9         diskless.8 \
10         intro.8 \
11         nanobsd.8 \
12         picobsd.8 \
13         rc.8 \
14         rc.sendmail.8 \
15         rc.subr.8 \
16         rescue.8 \
17         ${_uefi.8} \
18
19 MLINKS= \
20         nanobsd.8 nanobsd.sh.8 \
21         rc.8 rc.atm.8 \
22         rc.8 rc.d.8 \
23         rc.8 rc.firewall.8 \
24         rc.8 rc.local.8 \
25         rc.8 rc.network.8 \
26         rc.8 rc.pccard.8 \
27         rc.8 rc.resume.8 \
28         rc.8 rc.serial.8 \
29         rc.8 rc.shutdown.8
30
31 .if ${MK_NIS} != "no"
32 MAN+=   yp.8
33
34 MLINKS+=yp.8 NIS.8 \
35         yp.8 nis.8 \
36         yp.8 YP.8
37 .endif
38
39 .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64"
40 _uefi.8= uefi.8
41 .endif
42
43 .include <bsd.prog.mk>