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 ar.5 \ 9 ${_atf_formats.5} \ 10 a.out.5 \ 11 bluetooth.device.conf.5 \ 12 bluetooth.hosts.5 \ 13 bluetooth.protocols.5 \ 14 ${_boot.config.5} \ 15 core.5 \ 16 devfs.5 \ 17 devfs.conf.5 \ 18 devfs.rules.5 \ 19 device.hints.5 \ 20 dir.5 \ 21 disktab.5 \ 22 elf.5 \ 23 ethers.5 \ 24 eui64.5 \ 25 ext2fs.5 \ 26 fbtab.5 \ 27 fdescfs.5 \ 28 forward.5 \ 29 freebsd-update.conf.5 \ 30 fs.5 \ 31 fstab.5 \ 32 group.5 \ 33 hosts.5 \ 34 hosts.equiv.5 \ 35 hosts.lpd.5 \ 36 intro.5 \ 37 libmap.conf.5 \ 38 link.5 \ 39 linprocfs.5 \ 40 linsysfs.5 \ 41 mailer.conf.5 \ 42 make.conf.5 \ 43 moduli.5 \ 44 motd.5 \ 45 mqueuefs.5 \ 46 msdosfs.5 \ 47 networks.5 \ 48 nsmb.conf.5 \ 49 nsswitch.conf.5 \ 50 nullfs.5 \ 51 passwd.5 \ 52 pbm.5 \ 53 periodic.conf.5 \ 54 phones.5 \ 55 portindex.5 \ 56 portsnap.conf.5 \ 57 procfs.5 \ 58 protocols.5 \ 59 quota.user.5 \ 60 rc.conf.5 \ 61 rctl.conf.5 \ 62 regdomain.5 \ 63 reiserfs.5 \ 64 remote.5 \ 65 resolver.5 \ 66 services.5 \ 67 shells.5 \ 68 src.conf.5 \ 69 stab.5 \ 70 style.Makefile.5 \ 71 sysctl.conf.5 \ 72 tmpfs.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_ATF} != "no" 85ATF= ${.CURDIR}/../../../contrib/atf 86.PATH: ${ATF}/doc 87_atf_formats.5= atf-formats.5 88.endif 89 90.if ${MK_HESIOD} != "no" 91MAN+= hesiod.conf.5 92.endif 93 94.if ${MK_NAND} != "no" 95MAN+= nandfs.5 96.endif 97 98.if ${MK_PF} != "no" 99MAN+= pf.conf.5 \ 100 pf.os.5 101.endif 102 103.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" 104_boot.config.5= boot.config.5 105.endif 106 107.include <bsd.prog.mk> 108