Makefile.ipf (7c478bd9) Makefile.ipf (7663b816)
1#
1#
2# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
2# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
3# Use is subject to license terms.
4#
5#ident "%Z%%M% %I% %E% SMI"
6#
7#cmd/ipf/Makefile.ipf
8#
9
10
11LIBIPF= ../../lib/$(MACH)/libipf.a
12LIBIPF64= ../../lib/$(MACH64)/libipf.a
13
14COMMONIPF= $(SRC)/common/ipf
15KERNELIPF= $(SRC)/uts/common/inet/ipf
16
17MINOR= echo $(RELEASE) | cut -d. -f2
3# Use is subject to license terms.
4#
5#ident "%Z%%M% %I% %E% SMI"
6#
7#cmd/ipf/Makefile.ipf
8#
9
10
11LIBIPF= ../../lib/$(MACH)/libipf.a
12LIBIPF64= ../../lib/$(MACH64)/libipf.a
13
14COMMONIPF= $(SRC)/common/ipf
15KERNELIPF= $(SRC)/uts/common/inet/ipf
16
17MINOR= echo $(RELEASE) | cut -d. -f2
18CPPFLAGS += -I$(COMMONIPF) -I$(KERNELIPF) -DSUNDDI \
18CPPFLAGS += -I$(COMMONIPF) -I$(KERNELIPF) -DSUNDDI -DUSE_INET6 \
19 -DSOLARIS2=$(MINOR:sh)
19 -DSOLARIS2=$(MINOR:sh)