summaryrefslogtreecommitdiff
path: root/libexec/tcpd/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/tcpd/Makefile.inc')
-rw-r--r--libexec/tcpd/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/tcpd/Makefile.inc b/libexec/tcpd/Makefile.inc
index 21c317fe68d..8a62a4b245e 100644
--- a/libexec/tcpd/Makefile.inc
+++ b/libexec/tcpd/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.2 1997/03/04 09:01:39 downsj Exp $
+# $OpenBSD: Makefile.inc,v 1.3 2000/10/14 00:56:14 itojun Exp $
# Configuration options for libwrap. Keep in sync with libwrap/Makefile.
CFLAGS+=-DPROCESS_OPTIONS -DFACILITY=LOG_AUTH -DSEVERITY=LOG_INFO \
@@ -6,5 +6,6 @@ CFLAGS+=-DPROCESS_OPTIONS -DFACILITY=LOG_AUTH -DSEVERITY=LOG_INFO \
-DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" \
-DNETGROUP -DSYS_ERRLIST_DEFINED -DREAL_DAEMON_DIR=\"/usr/libexec\" \
-D_TCPD_PRIVATE
+CFLAGS+=-DINET6
.include "../Makefile.inc"