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