13938Sjbeck# 23938Sjbeck# CDDL HEADER START 33938Sjbeck# 43938Sjbeck# The contents of this file are subject to the terms of the 53938Sjbeck# Common Development and Distribution License (the "License"). 63938Sjbeck# You may not use this file except in compliance with the License. 73938Sjbeck# 83938Sjbeck# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 93938Sjbeck# or http://www.opensolaris.org/os/licensing. 103938Sjbeck# See the License for the specific language governing permissions 113938Sjbeck# and limitations under the License. 123938Sjbeck# 133938Sjbeck# When distributing Covered Code, include this CDDL HEADER in each 143938Sjbeck# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 153938Sjbeck# If applicable, add the following below this CDDL HEADER, with the 163938Sjbeck# fields enclosed by brackets "[]" replaced with your own identifying 173938Sjbeck# information: Portions Copyright [yyyy] [name of copyright owner] 183938Sjbeck# 193938Sjbeck# CDDL HEADER END 203938Sjbeck# 213938Sjbeck# 22*12097SRenee.Sommerfeld@Oracle.COM# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. 233938Sjbeck# 243938Sjbeck 2512016SGirish.Moodalbail@Sun.COMSUBDIRS= ipmgmtd nwamd netcfgd 263938Sjbeck 2712016SGirish.Moodalbail@Sun.COMinclude ../../Makefile.cmd 283938Sjbeck 293938Sjbeckall:= TARGET= all 303938Sjbeckinstall:= TARGET= install 313938Sjbeckclean:= TARGET= clean 323938Sjbeckclobber:= TARGET= clobber 333938Sjbecklint:= TARGET= lint 343938Sjbeck 353938Sjbeck.KEEP_STATE: 363938Sjbeck 373938Sjbeckall install clean clobber lint: $(SUBDIRS) 383938Sjbeck 393938Sjbeck$(SUBDIRS): FRC 403938Sjbeck @cd $@; pwd; $(MAKE) $(TARGET) 413938Sjbeck 423938SjbeckFRC: 43