diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-03-31 01:00:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-03-31 01:00:50 +0000 |
commit | 6eefc4155cadd66cfcc4b685eeb1e5f75e7334d6 (patch) | |
tree | cf6533ba460d77c0ef521cea71f14cc5f54f107f | |
parent | dc80f6ca34f2e66d48de384af75573f66c966569 (diff) |
install inetd.conf(5) here instead
-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> |