Deleted Added
full compact
Makefile (235537) Makefile (240494)
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/share/man/man5/Makefile 235537 2012-05-17 10:11:18Z gber $
2# $FreeBSD: head/share/man/man5/Makefile 240494 2012-09-14 11:51:49Z glebius $
3
4.include <bsd.own.mk>
5
6#MISSING: dump.5 plot.5
7MAN= acct.5 \
8 ar.5 \
9 a.out.5 \
10 bluetooth.device.conf.5 \
11 bluetooth.hosts.5 \
12 bluetooth.protocols.5 \
13 ${_boot.config.5} \
14 core.5 \
15 devfs.5 \
16 devfs.conf.5 \
17 devfs.rules.5 \
18 device.hints.5 \
19 dir.5 \
20 disktab.5 \
21 elf.5 \
22 ethers.5 \
23 eui64.5 \
24 ext2fs.5 \
25 fbtab.5 \
26 fdescfs.5 \
27 forward.5 \
28 freebsd-update.conf.5 \
29 fs.5 \
30 fstab.5 \
31 group.5 \
32 hosts.5 \
33 hosts.equiv.5 \
34 hosts.lpd.5 \
35 intro.5 \
36 libmap.conf.5 \
37 link.5 \
38 linprocfs.5 \
39 linsysfs.5 \
40 mailer.conf.5 \
41 make.conf.5 \
42 moduli.5 \
43 motd.5 \
44 mqueuefs.5 \
45 msdosfs.5 \
46 networks.5 \
47 nsmb.conf.5 \
48 nsswitch.conf.5 \
49 nullfs.5 \
50 passwd.5 \
51 pbm.5 \
52 periodic.conf.5 \
3
4.include <bsd.own.mk>
5
6#MISSING: dump.5 plot.5
7MAN= acct.5 \
8 ar.5 \
9 a.out.5 \
10 bluetooth.device.conf.5 \
11 bluetooth.hosts.5 \
12 bluetooth.protocols.5 \
13 ${_boot.config.5} \
14 core.5 \
15 devfs.5 \
16 devfs.conf.5 \
17 devfs.rules.5 \
18 device.hints.5 \
19 dir.5 \
20 disktab.5 \
21 elf.5 \
22 ethers.5 \
23 eui64.5 \
24 ext2fs.5 \
25 fbtab.5 \
26 fdescfs.5 \
27 forward.5 \
28 freebsd-update.conf.5 \
29 fs.5 \
30 fstab.5 \
31 group.5 \
32 hosts.5 \
33 hosts.equiv.5 \
34 hosts.lpd.5 \
35 intro.5 \
36 libmap.conf.5 \
37 link.5 \
38 linprocfs.5 \
39 linsysfs.5 \
40 mailer.conf.5 \
41 make.conf.5 \
42 moduli.5 \
43 motd.5 \
44 mqueuefs.5 \
45 msdosfs.5 \
46 networks.5 \
47 nsmb.conf.5 \
48 nsswitch.conf.5 \
49 nullfs.5 \
50 passwd.5 \
51 pbm.5 \
52 periodic.conf.5 \
53 pf.conf.5 \
54 pf.os.5 \
53 phones.5 \
54 portindex.5 \
55 portsnap.conf.5 \
56 procfs.5 \
57 protocols.5 \
58 quota.user.5 \
59 rc.conf.5 \
60 rctl.conf.5 \
61 regdomain.5 \
62 reiserfs.5 \
63 remote.5 \
64 resolver.5 \
65 services.5 \
66 shells.5 \
67 src.conf.5 \
68 stab.5 \
69 style.Makefile.5 \
70 sysctl.conf.5 \
71 tmpfs.5 \
72 xfs.5
73
74MLINKS= dir.5 dirent.5
75MLINKS+=fs.5 inode.5
76MLINKS+=hosts.equiv.5 rhosts.5
77MLINKS+=msdosfs.5 msdos.5
78MLINKS+=passwd.5 master.passwd.5
79MLINKS+=portindex.5 INDEX.5
80MLINKS+=quota.user.5 quota.group.5
81MLINKS+=rc.conf.5 rc.conf.local.5
82MLINKS+=resolver.5 resolv.conf.5
83
84.if ${MK_HESIOD} != "no"
85MAN+= hesiod.conf.5
86.endif
87
88.if ${MK_NAND} != "no"
89MAN+= nandfs.5
90.endif
91
92.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
93_boot.config.5= boot.config.5
94.endif
95
96.include <bsd.prog.mk>
55 phones.5 \
56 portindex.5 \
57 portsnap.conf.5 \
58 procfs.5 \
59 protocols.5 \
60 quota.user.5 \
61 rc.conf.5 \
62 rctl.conf.5 \
63 regdomain.5 \
64 reiserfs.5 \
65 remote.5 \
66 resolver.5 \
67 services.5 \
68 shells.5 \
69 src.conf.5 \
70 stab.5 \
71 style.Makefile.5 \
72 sysctl.conf.5 \
73 tmpfs.5 \
74 xfs.5
75
76MLINKS= dir.5 dirent.5
77MLINKS+=fs.5 inode.5
78MLINKS+=hosts.equiv.5 rhosts.5
79MLINKS+=msdosfs.5 msdos.5
80MLINKS+=passwd.5 master.passwd.5
81MLINKS+=portindex.5 INDEX.5
82MLINKS+=quota.user.5 quota.group.5
83MLINKS+=rc.conf.5 rc.conf.local.5
84MLINKS+=resolver.5 resolv.conf.5
85
86.if ${MK_HESIOD} != "no"
87MAN+= hesiod.conf.5
88.endif
89
90.if ${MK_NAND} != "no"
91MAN+= nandfs.5
92.endif
93
94.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
95_boot.config.5= boot.config.5
96.endif
97
98.include <bsd.prog.mk>