Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "%Z%%M% %I% %E% SMI"
#
#
#
# This makefile drives the production of the ipf driver
# kernel module.
#
# sparc architecture dependent
#
#
#
UTSBASE = ../..
#
# Define the module and object file sets.
#
#
# Include common rules.
#
#
# Define targets
#
#
# lint pass one enforcement and OS version
#
#
# Default build targets.
#
clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
install: $(INSTALL_DEPS)
#
# Include common targets.
#