17c478bd9Sstevel@tonic-gate# 2*33f2fefdSDarren Reed# CDDL HEADER START 37c478bd9Sstevel@tonic-gate# 4*33f2fefdSDarren Reed# The contents of this file are subject to the terms of the 5*33f2fefdSDarren Reed# Common Development and Distribution License (the "License"). 6*33f2fefdSDarren Reed# You may not use this file except in compliance with the License. 7*33f2fefdSDarren Reed# 8*33f2fefdSDarren Reed# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*33f2fefdSDarren Reed# or http://www.opensolaris.org/os/licensing. 10*33f2fefdSDarren Reed# See the License for the specific language governing permissions 11*33f2fefdSDarren Reed# and limitations under the License. 12*33f2fefdSDarren Reed# 13*33f2fefdSDarren Reed# When distributing Covered Code, include this CDDL HEADER in each 14*33f2fefdSDarren Reed# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*33f2fefdSDarren Reed# If applicable, add the following below this CDDL HEADER, with the 16*33f2fefdSDarren Reed# fields enclosed by brackets "[]" replaced with your own identifying 17*33f2fefdSDarren Reed# information: Portions Copyright [yyyy] [name of copyright owner] 18*33f2fefdSDarren Reed# 19*33f2fefdSDarren Reed# CDDL HEADER END 20*33f2fefdSDarren Reed# 21*33f2fefdSDarren Reed# 22*33f2fefdSDarren Reed# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23*33f2fefdSDarren Reed# Use is subject to license terms. 247c478bd9Sstevel@tonic-gate# 257c478bd9Sstevel@tonic-gate#cmd/ipf/lib/Makefile 267c478bd9Sstevel@tonic-gate# 277c478bd9Sstevel@tonic-gate 287c478bd9Sstevel@tonic-gateinclude $(SRC)/lib/Makefile.lib 297c478bd9Sstevel@tonic-gate 307c478bd9Sstevel@tonic-gateSUBDIRS = $(MACH) 317c478bd9Sstevel@tonic-gate 327c478bd9Sstevel@tonic-gate$(BUILD64)SUBDIRS += $(MACH64) 337c478bd9Sstevel@tonic-gate 347c478bd9Sstevel@tonic-gateall := TARGET = all 357c478bd9Sstevel@tonic-gateinstall := TARGET = install 367c478bd9Sstevel@tonic-gateclean := TARGET = clean 377c478bd9Sstevel@tonic-gateclobber := TARGET = clobber 387c478bd9Sstevel@tonic-gatelint := TARGET = lint 397c478bd9Sstevel@tonic-gate 407c478bd9Sstevel@tonic-gate.KEEP_STATE: 417c478bd9Sstevel@tonic-gate 427c478bd9Sstevel@tonic-gateall clean clobber install lint: $(SUBDIRS) 437c478bd9Sstevel@tonic-gate 447c478bd9Sstevel@tonic-gate$(SUBDIRS): FRC 457c478bd9Sstevel@tonic-gate @cd $@; pwd; $(MAKE) $(TARGET) 467c478bd9Sstevel@tonic-gate 477c478bd9Sstevel@tonic-gateFRC: 487c478bd9Sstevel@tonic-gate 497c478bd9Sstevel@tonic-gateinclude $(SRC)/lib/Makefile.targ 507c478bd9Sstevel@tonic-gateinclude ../Makefile.ipf 51