1.include <src.opts.mk> 2 3MANGROUPS= MAN 4 5#MISSING: dump.5 plot.5 6MAN= a.out.5 \ 7 ${_boot.config.5} \ 8 core.5 \ 9 dir.5 \ 10 disktab.5 \ 11 elf.5 \ 12 ethers.5 \ 13 eui64.5 \ 14 fbtab.5 \ 15 forward.5 \ 16 group.5 \ 17 hosts.5 \ 18 hosts.equiv.5 \ 19 intro.5 \ 20 libmap.conf.5 \ 21 link.5 \ 22 mailer.conf.5 \ 23 make.conf.5 \ 24 motd.5 \ 25 mount.conf.5 \ 26 networks.5 \ 27 nsswitch.conf.5 \ 28 os-release.5 \ 29 pbm.5 \ 30 phones.5 \ 31 portindex.5 \ 32 protocols.5 \ 33 quota.user.5 \ 34 rctl.conf.5 \ 35 regdomain.5 \ 36 remote.5 \ 37 resolver.5 \ 38 services.5 \ 39 shells.5 \ 40 src.conf.5 \ 41 stab.5 \ 42 style.Makefile.5 \ 43 style.mdoc.5 \ 44 sysctl.conf.5 \ 45 46.if ${MK_BLUETOOTH} != "no" 47MAN+= bluetooth.device.conf.5 \ 48 bluetooth.hosts.5 \ 49 bluetooth.protocols.5 50.endif 51 52.if ${MK_FREEBSD_UPDATE} != "no" 53MAN+= freebsd-update.conf.5 54.endif 55 56.if ${MK_HESIOD} != "no" 57MAN+= hesiod.conf.5 58.endif 59 60MLINKS= dir.5 dirent.5 61MLINKS+=fs.5 inode.5 62MLINKS+=hosts.equiv.5 rhosts.5 63MLINKS+=portindex.5 INDEX.5 64MLINKS+=quota.user.5 quota.group.5 65MLINKS+=resolver.5 resolv.conf.5 66MLINKS+=src.conf.5 src-env.conf.5 67 68MANGROUPS+= ACCT 69ACCT= acct.5 70ACCTPACKAGE= acct 71 72MANGROUPS+= BOOTLOADER 73BOOTLOADER= device.hints.5 74BOOTLOADERPACKAGE=bootloader 75 76.if ${MK_TOOLCHAIN} != "no" 77MANGROUPS+= TOOLCHAIN 78TOOLCHAIN= ar.5 79TOOLCHAINPACKAGE=toolchain 80.endif 81 82MANGROUPS+= LP 83LP= hosts.lpd.5 84LPPACKAGE= lp 85 86MANGROUPS+= PERIODIC 87PERIODIC= periodic.conf.5 88PERIODICPACKAGE=periodic 89 90.if ${MK_PF} != "no" 91MANGROUPS+= PF 92PF= pf.conf.5 \ 93 pf.os.5 94PFPACKAGE= pf 95.endif 96 97MANGROUPS+= RC 98RC= rc.conf.5 99RCLINKS= rc.conf.5 rc.conf.local.5 100RCPACKAGE= rc 101 102MANGROUPS+= RUNTIME 103RUNTIME= devfs.conf.5 \ 104 devfs.rules.5 \ 105 fstab.5 \ 106 passwd.5 107RUNTIMELINKS= passwd.5 master.passwd.5 108RUNTIMELINKS+= passwd.5 pwd.db.5 109RUNTIMELINKS+= passwd.5 spwd.db.5 110RUNTIMEPACKAGE= runtime 111 112MANGROUPS+= SMB 113SMB= nsmb.conf.5 114SMBPACKAGE= smbutils 115 116MANGROUPS+= SSH 117SSH= moduli.5 118SSHPACKAGE= ssh 119 120MANGROUPS+= UFS 121UFS= fs.5 122UFSPACKAGE= ufs 123 124# This makes more sense for amd64 and i386 but 125# we decide to install all manpages in all architectures 126_boot.config.5= boot.config.5 127 128.include <bsd.prog.mk> 129