blob: 7a6d8c4c162add0dcd193966599977f541257e59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "%Z%%M% %I% %E% SMI"
#
#cmd/ipf/Makefile.ipf
#
LIBIPF= ../../lib/$(MACH)/libipf.a
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)
|