]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man8/Makefile
vnet.9: clarify VNET sponsorship
[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=    \
9         beinstall.8 \
10         crash.8 \
11         diskless.8 \
12         intro.8 \
13         nanobsd.8 \
14         picobsd.8 \
15         rc.8 \
16         rc.sendmail.8 \
17         rc.subr.8 \
18         rescue.8 \
19         ${_uefi.8} \
20
21 MLINKS= \
22         beinstall.8 beinstall.sh.8 \
23         nanobsd.8 nanobsd.sh.8 \
24         rc.8 rc.d.8 \
25         rc.8 rc.firewall.8 \
26         rc.8 rc.local.8 \
27         rc.8 rc.network.8 \
28         rc.8 rc.pccard.8 \
29         rc.8 rc.serial.8 \
30         rc.8 rc.shutdown.8
31
32 .if ${MK_NIS} != "no"
33 MAN+=   yp.8
34
35 MLINKS+=yp.8 NIS.8 \
36         yp.8 nis.8 \
37         yp.8 YP.8
38 .endif
39
40 .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64"
41 _uefi.8= uefi.8
42
43 MLINKS+=uefi.8 efi.8
44 .endif
45
46 .include <bsd.prog.mk>