]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - share/man/man8/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / share / man / man8 / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/5/93
2 # $FreeBSD$
3
4 MAN=    crash.8 \
5         diskless.8 \
6         intro.8 \
7         nanobsd.8 \
8         picobsd.8 \
9         rc.8 \
10         rc.sendmail.8 \
11         rc.subr.8 \
12         rescue.8 \
13         yp.8
14
15 MLINKS= rc.8 rc.atm.8 \
16         rc.8 rc.d.8 \
17         rc.8 rc.firewall.8 \
18         rc.8 rc.local.8 \
19         rc.8 rc.network.8 \
20         rc.8 rc.pccard.8 \
21         rc.8 rc.serial.8 \
22         rc.8 rc.shutdown.8
23 MLINKS+=yp.8 NIS.8 \
24         yp.8 nis.8 \
25         yp.8 YP.8
26
27 .include <bsd.prog.mk>