1d71dbb73Sjbeck# 2d71dbb73Sjbeck# CDDL HEADER START 3d71dbb73Sjbeck# 4d71dbb73Sjbeck# The contents of this file are subject to the terms of the 5d71dbb73Sjbeck# Common Development and Distribution License (the "License"). 6d71dbb73Sjbeck# You may not use this file except in compliance with the License. 7d71dbb73Sjbeck# 8d71dbb73Sjbeck# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9d71dbb73Sjbeck# or http://www.opensolaris.org/os/licensing. 10d71dbb73Sjbeck# See the License for the specific language governing permissions 11d71dbb73Sjbeck# and limitations under the License. 12d71dbb73Sjbeck# 13d71dbb73Sjbeck# When distributing Covered Code, include this CDDL HEADER in each 14d71dbb73Sjbeck# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15d71dbb73Sjbeck# If applicable, add the following below this CDDL HEADER, with the 16d71dbb73Sjbeck# fields enclosed by brackets "[]" replaced with your own identifying 17d71dbb73Sjbeck# information: Portions Copyright [yyyy] [name of copyright owner] 18d71dbb73Sjbeck# 19d71dbb73Sjbeck# CDDL HEADER END 20d71dbb73Sjbeck# 21d71dbb73Sjbeck# 22*ef810481SRenee Danson Sommerfeld# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. 23d71dbb73Sjbeck# 24d71dbb73Sjbeck 256e91bba0SGirish MoodalbailSUBDIRS= ipmgmtd nwamd netcfgd 26d71dbb73Sjbeck 27d71dbb73Sjbeckinclude ../../Makefile.cmd 28d71dbb73Sjbeck 29d71dbb73Sjbeckall:= TARGET= all 30d71dbb73Sjbeckinstall:= TARGET= install 31d71dbb73Sjbeckclean:= TARGET= clean 32d71dbb73Sjbeckclobber:= TARGET= clobber 33d71dbb73Sjbecklint:= TARGET= lint 34d71dbb73Sjbeck 35d71dbb73Sjbeck.KEEP_STATE: 36d71dbb73Sjbeck 37d71dbb73Sjbeckall install clean clobber lint: $(SUBDIRS) 38d71dbb73Sjbeck 39d71dbb73Sjbeck$(SUBDIRS): FRC 40d71dbb73Sjbeck @cd $@; pwd; $(MAKE) $(TARGET) 41d71dbb73Sjbeck 42d71dbb73SjbeckFRC: 43