diff options
-rw-r--r-- | share/man/man5/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/inetd/Makefile | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile index ea21bc3509d..96c68e1c6d6 100644 --- a/share/man/man5/Makefile +++ b/share/man/man5/Makefile @@ -14,6 +14,4 @@ MLINKS+= hosts.equiv.5 .rhosts.5 MLINKS+= resolv.conf.5 resolver.5 MLINKS+= hostname.if.5 bridgename.if.5 -MLINKS+= inetd.8 inetd.conf.5 - .include <bsd.prog.mk> diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile index 28c853ebfc8..ccdc58fe2e0 100644 --- a/usr.sbin/inetd/Makefile +++ b/usr.sbin/inetd/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 1997/09/21 11:43:44 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2000/03/31 01:00:49 deraadt Exp $ PROG= inetd MAN= inetd.8 -MLINKS= inetd.8 inetd.5 +MLINKS= inetd.8 inetd.conf.5 .include <bsd.prog.mk> |