1# @(#)Makefile 8.1 (Berkeley) 6/5/93 2# $FreeBSD$ 3 4.include <bsd.own.mk> 5 6#MISSING: dump.5 plot.5 7MAN= acct.5 \ 8 a.out.5 \ 9 bluetooth.device.conf.5 \ 10 bluetooth.hosts.5 \ 11 bluetooth.protocols.5 \ 12 core.5 \ 13 devfs.5 \ 14 devfs.conf.5 \ 15 devfs.rules.5 \ 16 device.hints.5 \ 17 dir.5 \ 18 disktab.5 \ 19 elf.5 \ 20 ext2fs.5 \ 21 ethers.5 \ 22 eui64.5 \ 23 fbtab.5 \ 24 fdescfs.5 \ 25 forward.5 \ 26 fs.5 \ 27 fstab.5 \ 28 group.5 \ 29 hosts.5 \ 30 hosts.equiv.5 \ 31 hosts.lpd.5 \ 32 intro.5 \ 33 libmap.conf.5 \ 34 link.5 \ 35 linprocfs.5 \ 36 linsysfs.5 \ 37 mailer.conf.5 \ 38 make.conf.5 \ 39 moduli.5 \ 40 motd.5 \ 41 mqueuefs.5 \ 42 msdosfs.5 \ 43 networks.5 \ 44 nsmb.conf.5 \ 45 nsswitch.conf.5 \ 46 passwd.5 \ 47 pbm.5 \ 48 periodic.conf.5 \ 49 phones.5 \ 50 portsnap.conf.5 \ 51 procfs.5 \ 52 protocols.5 \ 53 quota.user.5 \ 54 rc.conf.5 \ 55 reiserfs.5 \ 56 remote.5 \ 57 resolver.5 \ 58 services.5 \ 59 shells.5 \ 60 src.conf.5 \ 61 stab.5 \ 62 style.Makefile.5 \ 63 sysctl.conf.5 \ 64 utmp.5 65 66MLINKS= dir.5 dirent.5 67MLINKS+=fs.5 inode.5 68MLINKS+=hosts.equiv.5 rhosts.5 69MLINKS+=msdosfs.5 msdos.5 70MLINKS+=passwd.5 master.passwd.5 71MLINKS+=quota.user.5 quota.group.5 72MLINKS+=rc.conf.5 rc.conf.local.5 73MLINKS+=resolver.5 resolv.conf.5 74MLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5 75 76.if ${MK_HESIOD} != "no" 77MAN+= hesiod.conf.5 78.endif 79 80.include <bsd.prog.mk> 81