1.include <src.opts.mk> 2 3#MISSING: dump.5 plot.5 4MAN= acct.5 \ 5 ar.5 \ 6 a.out.5 \ 7 ${_boot.config.5} \ 8 core.5 \ 9 devfs.conf.5 \ 10 devfs.rules.5 \ 11 device.hints.5 \ 12 dir.5 \ 13 disktab.5 \ 14 elf.5 \ 15 ethers.5 \ 16 eui64.5 \ 17 fbtab.5 \ 18 forward.5 \ 19 fs.5 \ 20 fstab.5 \ 21 group.5 \ 22 hosts.5 \ 23 hosts.equiv.5 \ 24 hosts.lpd.5 \ 25 intro.5 \ 26 libmap.conf.5 \ 27 link.5 \ 28 mailer.conf.5 \ 29 make.conf.5 \ 30 moduli.5 \ 31 motd.5 \ 32 mount.conf.5 \ 33 networks.5 \ 34 nsmb.conf.5 \ 35 nsswitch.conf.5 \ 36 os-release.5 \ 37 passwd.5 \ 38 pbm.5 \ 39 periodic.conf.5 \ 40 phones.5 \ 41 portindex.5 \ 42 protocols.5 \ 43 quota.user.5 \ 44 rc.conf.5 \ 45 rctl.conf.5 \ 46 regdomain.5 \ 47 remote.5 \ 48 resolver.5 \ 49 services.5 \ 50 shells.5 \ 51 src.conf.5 \ 52 stab.5 \ 53 style.Makefile.5 \ 54 style.mdoc.5 \ 55 sysctl.conf.5 \ 56 57MLINKS= dir.5 dirent.5 58MLINKS+=fs.5 inode.5 59MLINKS+=hosts.equiv.5 rhosts.5 60MLINKS+=passwd.5 master.passwd.5 61MLINKS+=passwd.5 pwd.db.5 62MLINKS+=passwd.5 spwd.db.5 63MLINKS+=portindex.5 INDEX.5 64MLINKS+=quota.user.5 quota.group.5 65MLINKS+=rc.conf.5 rc.conf.local.5 66MLINKS+=resolver.5 resolv.conf.5 67MLINKS+=src.conf.5 src-env.conf.5 68 69.if ${MK_BLUETOOTH} != "no" 70MAN+= bluetooth.device.conf.5 \ 71 bluetooth.hosts.5 \ 72 bluetooth.protocols.5 73.endif 74 75.if ${MK_FREEBSD_UPDATE} != "no" 76MAN+= freebsd-update.conf.5 77.endif 78 79.if ${MK_HESIOD} != "no" 80MAN+= hesiod.conf.5 81.endif 82 83.if ${MK_PF} != "no" 84MAN+= pf.conf.5 \ 85 pf.os.5 86.endif 87 88# This makes more sense for amd64 and i386 but 89# we decide to install all manpages in all architectures 90_boot.config.5= boot.config.5 91 92.include <bsd.prog.mk> 93