1# @(#)Makefile 8.1 (Berkeley) 6/5/93 2# $FreeBSD$ 3 4.include <src.opts.mk> 5 6PACKAGE=runtime-manuals 7 8#MISSING: dump.5 plot.5 9MAN= acct.5 \ 10 ar.5 \ 11 a.out.5 \ 12 ${_boot.config.5} \ 13 cd9660.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 fs.5 \ 29 fstab.5 \ 30 fusefs.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 mount.conf.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 remote.5 \ 64 resolver.5 \ 65 services.5 \ 66 shells.5 \ 67 src.conf.5 \ 68 stab.5 \ 69 style.Makefile.5 \ 70 style.mdoc.5 \ 71 sysctl.conf.5 \ 72 tmpfs.5 73 74MLINKS= dir.5 dirent.5 75MLINKS+=ext2fs.5 ext4fs.5 76MLINKS+=fs.5 inode.5 77MLINKS+=hosts.equiv.5 rhosts.5 78MLINKS+=msdosfs.5 msdos.5 79MLINKS+=passwd.5 master.passwd.5 80MLINKS+=portindex.5 INDEX.5 81MLINKS+=quota.user.5 quota.group.5 82MLINKS+=rc.conf.5 rc.conf.local.5 83MLINKS+=resolver.5 resolv.conf.5 84MLINKS+=src.conf.5 src-env.conf.5 85 86.if ${MK_AUTOFS} != "no" 87MAN+= autofs.5 88.endif 89 90.if ${MK_BLUETOOTH} != "no" 91MAN+= bluetooth.device.conf.5 \ 92 bluetooth.hosts.5 \ 93 bluetooth.protocols.5 94.endif 95 96.if ${MK_FREEBSD_UPDATE} != "no" 97MAN+= freebsd-update.conf.5 98.endif 99 100.if ${MK_HESIOD} != "no" 101MAN+= hesiod.conf.5 102.endif 103 104.if ${MK_NAND} != "no" 105MAN+= nandfs.5 106.endif 107 108.if ${MK_PF} != "no" 109MAN+= pf.conf.5 \ 110 pf.os.5 111.endif 112 113.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" 114_boot.config.5= boot.config.5 115.endif 116 117.include <bsd.prog.mk> 118