diff options
Diffstat (limited to 'share/man/man5/Makefile')
-rw-r--r-- | share/man/man5/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile index 7160700a0a1..6e6c87bc3b3 100644 --- a/share/man/man5/Makefile +++ b/share/man/man5/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.53 2015/11/14 01:25:45 jmc Exp $ +# $OpenBSD: Makefile,v 1.54 2016/03/30 06:38:44 jmc Exp $ # $NetBSD: Makefile,v 1.14 1995/05/11 23:13:15 cgd Exp $ MAN= acct.5 ar.5 bsd.port.mk.5 bsd.port.arch.mk.5 bsd.regress.mk.5 \ @@ -12,9 +12,4 @@ MAN= acct.5 ar.5 bsd.port.mk.5 bsd.port.arch.mk.5 bsd.regress.mk.5 \ services.5 shells.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+= resolv.conf.5 resolv.conf.tail.5 -MLINKS+= passwd.5 master.passwd.5 -MLINKS+= myname.5 mygate.5 - .include <bsd.prog.mk> |