summaryrefslogtreecommitdiff
path: root/usr/src/uts/sparc/ipf
diff options
context:
space:
mode:
authorml37995 <none@none>2005-09-30 18:43:55 -0700
committerml37995 <none@none>2005-09-30 18:43:55 -0700
commit7663b81667fda05833f609eceac713f0a83c2347 (patch)
treefd8bb8153013609cc66c92b0e7e9c26f6f36780b /usr/src/uts/sparc/ipf
parent5346bd1c89827674ca50a3ccfb352550480b03b4 (diff)
downloadillumos-gate-7663b81667fda05833f609eceac713f0a83c2347.tar.gz
4951608 RFE: IP Filter should filter IPv6 traffic
Diffstat (limited to 'usr/src/uts/sparc/ipf')
-rw-r--r--usr/src/uts/sparc/ipf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/sparc/ipf/Makefile b/usr/src/uts/sparc/ipf/Makefile
index 5f89d65626..22756183a1 100644
--- a/usr/src/uts/sparc/ipf/Makefile
+++ b/usr/src/uts/sparc/ipf/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "%Z%%M% %I% %E% SMI"
@@ -45,7 +45,7 @@ INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
MINOR= echo $(RELEASE) | cut -d. -f2
CFLAGS += $(CCVERBOSE)
CPPFLAGS += -DIPFILTER_LKM -DIPFILTER_LOG -DIPFILTER_LOOKUP
-CPPFLAGS += -DSUNDDI -DSOLARIS2=$(MINOR:sh) -DIRE_ILL_CN
+CPPFLAGS += -DSUNDDI -DSOLARIS2=$(MINOR:sh) -DIRE_ILL_CN -DUSE_INET6
LDFLAGS += -dy -Ndrv/ip -Ndrv/pfil -Nmisc/md5
#