summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/inetd/Makefile')
-rw-r--r--usr.sbin/inetd/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile
deleted file mode 100644
index 29aacd1..0000000
--- a/usr.sbin/inetd/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
-
-.include <bsd.own.mk>
-
-PROG= inetd
-MAN= inetd.8
-MLINKS= inetd.8 inetd.conf.5
-SRCS= inetd.c builtins.c
-
-WARNS?= 3
-CFLAGS+= -DLOGIN_CAP
-#CFLAGS+= -DSANITY_CHECK
-
-.if ${MK_INET6_SUPPORT} != "no"
-CFLAGS+= -DINET6
-.endif
-
-DPADD= ${LIBUTIL} ${LIBWRAP}
-LDADD= -lutil -lwrap
-
-# XXX for src/release/picobsd
-.if !defined(RELEASE_CRUNCH)
-CFLAGS+= -DIPSEC
-DPADD+= ${LIBIPSEC}
-LDADD+= -lipsec
-.endif
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud