turns printfs back on
[freebsd-src/fkvm-freebsd.git] / share / man / man5 / Makefile
blob12ee000e963e924c1f236023f921b89359e64f14
1 # @(#)Makefile 8.1 (Berkeley) 6/5/93
2 # $FreeBSD$
4 .include <bsd.own.mk>
6 #MISSING: dump.5 plot.5
7 MAN= 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 passwd.5 \
50 pbm.5 \
51 periodic.conf.5 \
52 phones.5 \
53 portsnap.conf.5 \
54 procfs.5 \
55 protocols.5 \
56 quota.user.5 \
57 rc.conf.5 \
58 regdomain.5 \
59 reiserfs.5 \
60 remote.5 \
61 resolver.5 \
62 services.5 \
63 shells.5 \
64 src.conf.5 \
65 stab.5 \
66 style.Makefile.5 \
67 sysctl.conf.5 \
68 tmpfs.5 \
69 utmp.5 \
70 xfs.5
72 MLINKS= dir.5 dirent.5
73 MLINKS+=fs.5 inode.5
74 MLINKS+=hosts.equiv.5 rhosts.5
75 MLINKS+=msdosfs.5 msdos.5
76 MLINKS+=passwd.5 master.passwd.5
77 MLINKS+=quota.user.5 quota.group.5
78 MLINKS+=rc.conf.5 rc.conf.local.5
79 MLINKS+=resolver.5 resolv.conf.5
80 MLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5
82 .if ${MK_HESIOD} != "no"
83 MAN+= hesiod.conf.5
84 .endif
86 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
87 _boot.config.5= boot.config.5
88 .endif
90 .include <bsd.prog.mk>