diff options
Diffstat (limited to 'usr/src/cmd/ipf/Makefile.ipf')
-rw-r--r-- | usr/src/cmd/ipf/Makefile.ipf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/cmd/ipf/Makefile.ipf b/usr/src/cmd/ipf/Makefile.ipf index 7a6d8c4c16..ca910f5877 100644 --- a/usr/src/cmd/ipf/Makefile.ipf +++ b/usr/src/cmd/ipf/Makefile.ipf @@ -1,5 +1,5 @@ # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # #ident "%Z%%M% %I% %E% SMI" @@ -14,6 +14,5 @@ LIBIPF64= ../../lib/$(MACH64)/libipf.a COMMONIPF= $(SRC)/uts/common/inet/ipf KERNELIPF= $(SRC)/uts/common/inet/pfil -MINOR= echo $(RELEASE) | cut -d. -f2 CPPFLAGS += -I$(COMMONIPF) -I$(KERNELIPF) -DSUNDDI -DUSE_INET6 \ - -DSOLARIS2=$(MINOR:sh) + -DSOLARIS2=$(RELEASE_MINOR) |