aboutsummaryrefslogtreecommitdiff
path: root/lib/libwrap
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-12-21 10:49:29 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-12-21 10:49:29 +0000
commit731db6a428d2389caf3795ff50f1895f04b80899 (patch)
tree89a40f7c173c6b1d806a55aabbfb302e1bef918c /lib/libwrap
parent39a855c2a172e19ec53d22a94f308bbf259dfcf7 (diff)
downloadsrc-731db6a428d2389caf3795ff50f1895f04b80899.tar.gz
src-731db6a428d2389caf3795ff50f1895f04b80899.zip
NOINET6 -> NO_INET6
Notes
Notes: svn path=/head/; revision=139115
Diffstat (limited to 'lib/libwrap')
-rw-r--r--lib/libwrap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libwrap/Makefile b/lib/libwrap/Makefile
index c780768df4d2..8748b5cab078 100644
--- a/lib/libwrap/Makefile
+++ b/lib/libwrap/Makefile
@@ -20,7 +20,7 @@ CFLAGS+=-DFACILITY=LOG_AUTH -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 \
.if defined(NO_NIS)
CFLAGS+= -DUSE_GETDOMAIN
.endif
-.if !defined(NOINET6)
+.if !defined(NO_INET6)
CFLAGS+=-DINET6
.endif