summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/inetd')
-rw-r--r--usr.sbin/inetd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile
index 29b6f742f55..c50d2c5e73d 100644
--- a/usr.sbin/inetd/Makefile
+++ b/usr.sbin/inetd/Makefile
@@ -1,9 +1,8 @@
-# $OpenBSD: Makefile,v 1.4 2014/10/29 03:33:14 dlg Exp $
+# $OpenBSD: Makefile,v 1.5 2016/03/30 06:38:46 jmc Exp $
PROG= inetd
LDADD= -levent
DPADD= ${LIBEVENT}
MAN= inetd.8
-MLINKS= inetd.8 inetd.conf.5
.include <bsd.prog.mk>