xref: /titanic_52/usr/src/cmd/ipf/Makefile.ipf (revision ab25eeb551a4be927a4b6ae2cf8aff7ed17decb4)
17c478bd9Sstevel@tonic-gate#
2*ab25eeb5Syz155240# Copyright 2006 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
14*ab25eeb5Syz155240COMMONIPF=	$(SRC)/uts/common/inet/ipf
15*ab25eeb5Syz155240KERNELIPF=	$(SRC)/uts/common/inet/pfil
167c478bd9Sstevel@tonic-gate
177c478bd9Sstevel@tonic-gateMINOR=		echo $(RELEASE) | cut -d. -f2
187663b816Sml37995CPPFLAGS	+= -I$(COMMONIPF) -I$(KERNELIPF) -DSUNDDI -DUSE_INET6 \
197c478bd9Sstevel@tonic-gate		   -DSOLARIS2=$(MINOR:sh)
20