diff options
author | ml37995 <none@none> | 2005-09-30 18:43:55 -0700 |
---|---|---|
committer | ml37995 <none@none> | 2005-09-30 18:43:55 -0700 |
commit | 7663b81667fda05833f609eceac713f0a83c2347 (patch) | |
tree | fd8bb8153013609cc66c92b0e7e9c26f6f36780b /usr/src/uts/sparc/ipf | |
parent | 5346bd1c89827674ca50a3ccfb352550480b03b4 (diff) | |
download | illumos-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/Makefile | 4 |
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 # |