From 731db6a428d2389caf3795ff50f1895f04b80899 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 21 Dec 2004 10:49:29 +0000 Subject: NOINET6 -> NO_INET6 --- libexec/tcpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec') diff --git a/libexec/tcpd/Makefile b/libexec/tcpd/Makefile index 9e0e7ef4819d7..e9ae81a3d191a 100644 --- a/libexec/tcpd/Makefile +++ b/libexec/tcpd/Makefile @@ -7,7 +7,7 @@ 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) +.if !defined(NO_INET6) CFLAGS+=-DINET6 .endif -- cgit v1.3