summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libexec/tcpd/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/libexec/tcpd/Makefile b/libexec/tcpd/Makefile
new file mode 100644
index 0000000..74c6891
--- /dev/null
+++ b/libexec/tcpd/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+MAINTAINER= markm@FreeBSD.org
+
+PROG= tcpd
+MAN= tcpd.8
+CFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" \
+ -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 \
+ -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" \
+ -DFACILITY=LOG_DAEMON
+.if !defined(NOINET6)
+CFLAGS+=-DINET6
+.endif
+
+DPADD= ${LIBWRAP}
+LDADD= -lwrap
+
+.include <bsd.prog.mk>
+
+.PATH: ${.CURDIR}/../../contrib/tcp_wrappers
OpenPOWER on IntegriCloud