1*7c478bd9Sstevel@tonic-gate# 2*7c478bd9Sstevel@tonic-gate# Copyright 2004 Sun Microsystems, Inc. All rights reserved. 3*7c478bd9Sstevel@tonic-gate# Use is subject to license terms. 4*7c478bd9Sstevel@tonic-gate# 5*7c478bd9Sstevel@tonic-gate#ident "%Z%%M% %I% %E% SMI" 6*7c478bd9Sstevel@tonic-gate# 7*7c478bd9Sstevel@tonic-gate#cmd/ipf/Makefile.ipf 8*7c478bd9Sstevel@tonic-gate# 9*7c478bd9Sstevel@tonic-gate 10*7c478bd9Sstevel@tonic-gate 11*7c478bd9Sstevel@tonic-gateLIBIPF= ../../lib/$(MACH)/libipf.a 12*7c478bd9Sstevel@tonic-gateLIBIPF64= ../../lib/$(MACH64)/libipf.a 13*7c478bd9Sstevel@tonic-gate 14*7c478bd9Sstevel@tonic-gateCOMMONIPF= $(SRC)/common/ipf 15*7c478bd9Sstevel@tonic-gateKERNELIPF= $(SRC)/uts/common/inet/ipf 16*7c478bd9Sstevel@tonic-gate 17*7c478bd9Sstevel@tonic-gateMINOR= echo $(RELEASE) | cut -d. -f2 18*7c478bd9Sstevel@tonic-gateCPPFLAGS += -I$(COMMONIPF) -I$(KERNELIPF) -DSUNDDI \ 19*7c478bd9Sstevel@tonic-gate -DSOLARIS2=$(MINOR:sh) 20