summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdchk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/tcpdchk/Makefile')
-rw-r--r--usr.sbin/tcpdchk/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/usr.sbin/tcpdchk/Makefile b/usr.sbin/tcpdchk/Makefile
deleted file mode 100644
index a49ffc6..0000000
--- a/usr.sbin/tcpdchk/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $FreeBSD$
-
-.include <bsd.own.mk>
-
-.PATH: ${.CURDIR}/../../contrib/tcp_wrappers
-
-PROG= tcpdchk
-MAN= tcpdchk.8
-SRCS= tcpdchk.c fakelog.c inetcf.c scaffold.c
-
-CFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" \
- -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -DPROCESS_OPTIONS \
- -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\"
-.if ${MK_INET6_SUPPORT} != "no"
-CFLAGS+=-DINET6
-.endif
-
-WARNS?= 0
-
-DPADD= ${LIBWRAP}
-LDADD= -lwrap
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud