From 147edf2497d9581475f186c150a37171bd82a62a Mon Sep 17 00:00:00 2001 From: markm Date: Sun, 14 Mar 1999 18:02:14 +0000 Subject: Build tcp_wrappers' userland. I am not building tcpd, because in a day or two, inetd will gain the necessary functionality. At that stage, I'll make wrapping the default for sendmail and portmapper as well. --- usr.sbin/tcpdmatch/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 usr.sbin/tcpdmatch/Makefile (limited to 'usr.sbin/tcpdmatch') diff --git a/usr.sbin/tcpdmatch/Makefile b/usr.sbin/tcpdmatch/Makefile new file mode 100644 index 0000000..3bf9eb4 --- /dev/null +++ b/usr.sbin/tcpdmatch/Makefile @@ -0,0 +1,19 @@ +# +# $Id$ +# + +MAINTAINER=markm@FreeBSD.org + +PROG= tcpdmatch +MAN8= tcpdmatch.8 +SRCS= tcpdmatch.c fakelog.c inetcf.c scaffold.c + +CFLAGS= -DREAL_DAEMON_DIR=\"/usr/libexec\" \ + -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 + +DPADD= ${LIBWRAP} +LDADD= -lwrap + +.PATH: ${.CURDIR}/../../contrib/tcp_wrappers + +.include -- cgit v1.1