d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck#
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# CDDL HEADER START
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck#
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# The contents of this file are subject to the terms of the
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# Common Development and Distribution License (the "License").
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# You may not use this file except in compliance with the License.
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck#
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# or http://www.opensolaris.org/os/licensing.
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# See the License for the specific language governing permissions
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# and limitations under the License.
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck#
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# When distributing Covered Code, include this CDDL HEADER in each
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# If applicable, add the following below this CDDL HEADER, with the
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# fields enclosed by brackets "[]" replaced with your own identifying
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# information: Portions Copyright [yyyy] [name of copyright owner]
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck#
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# CDDL HEADER END
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck#
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck#
ef810481f5eb2766fde0b986a5cc522009cd774aRenee Danson Sommerfeld# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck#
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck
6e91bba0d6c6bdabbba62cefae583715a4a58e2aGirish MoodalbailSUBDIRS= ipmgmtd nwamd netcfgd
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck
6e91bba0d6c6bdabbba62cefae583715a4a58e2aGirish Moodalbailinclude ../../Makefile.cmd
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeckall:= TARGET= all
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeckinstall:= TARGET= install
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeckclean:= TARGET= clean
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeckclobber:= TARGET= clobber
d71dbb732372504daff1f1783bc0d8864ce9bd50jbecklint:= TARGET= lint
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck.KEEP_STATE:
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeckall install clean clobber lint: $(SUBDIRS)
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck$(SUBDIRS): FRC
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck @cd $@; pwd; $(MAKE) $(TARGET)
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeckFRC: