diff options
Diffstat (limited to 'share/man/man5/Makefile')
-rw-r--r-- | share/man/man5/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile index 8f3d0748720..e755a7b6756 100644 --- a/share/man/man5/Makefile +++ b/share/man/man5/Makefile @@ -1,9 +1,7 @@ -# $OpenBSD: Makefile,v 1.47 2013/07/09 18:25:28 miod Exp $ +# $OpenBSD: Makefile,v 1.48 2013/10/19 09:00:19 deraadt Exp $ # $NetBSD: Makefile,v 1.14 1995/05/11 23:13:15 cgd Exp $ -# missing: dump.5 plot.5 - -MAN= a.out.5 acct.5 ar.5 bsd.port.mk.5 bsd.port.arch.mk.5 bsd.regress.mk.5 \ +MAN= acct.5 ar.5 bsd.port.mk.5 bsd.port.arch.mk.5 bsd.regress.mk.5 \ changelist.5 core.5 \ defaultdomain.5 dir.5 disktab.5 elf.5 ethers.5 fbtab.5 files.conf.5 \ forward.5 fs.5 fstab.5 genassym.cf.5 group.5 hostname.if.5 \ @@ -12,7 +10,7 @@ MAN= a.out.5 acct.5 ar.5 bsd.port.mk.5 bsd.port.arch.mk.5 bsd.regress.mk.5 \ pf.conf.5 pf.os.5 port-modules.5 printcap.5 protocols.5 \ ranlib.5 remote.5 resolv.conf.5 rpc.5 ruby-module.5 \ services.5 shells.5 \ - stab.5 spamd.conf.5 sysctl.conf.5 utmp.5 wsconsctl.conf.5 + spamd.conf.5 sysctl.conf.5 utmp.5 wsconsctl.conf.5 MLINKS= dir.5 dirent.5 fs.5 inode.5 utmp.5 wtmp.5 utmp.5 lastlog.5 MLINKS+= hosts.equiv.5 .rhosts.5 |