17c478bd9Sstevel@tonic-gate# 2*2032ea7bSmeem# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 37c478bd9Sstevel@tonic-gate# Use is subject to license terms. 47c478bd9Sstevel@tonic-gate# 57c478bd9Sstevel@tonic-gate#ident "%Z%%M% %I% %E% SMI" 67c478bd9Sstevel@tonic-gate# 77c478bd9Sstevel@tonic-gate#cmd/ipf/Makefile.ipf 87c478bd9Sstevel@tonic-gate# 97c478bd9Sstevel@tonic-gate 107c478bd9Sstevel@tonic-gate 117c478bd9Sstevel@tonic-gateLIBIPF= ../../lib/$(MACH)/libipf.a 127c478bd9Sstevel@tonic-gateLIBIPF64= ../../lib/$(MACH64)/libipf.a 137c478bd9Sstevel@tonic-gate 14ab25eeb5Syz155240COMMONIPF= $(SRC)/uts/common/inet/ipf 15ab25eeb5Syz155240KERNELIPF= $(SRC)/uts/common/inet/pfil 167c478bd9Sstevel@tonic-gate 177663b816Sml37995CPPFLAGS += -I$(COMMONIPF) -I$(KERNELIPF) -DSUNDDI -DUSE_INET6 \ 18*2032ea7bSmeem -DSOLARIS2=$(RELEASE_MINOR) 19