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