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# 226ba597c5SAnurag S. Maskey# Copyright 2010 Sun Microsystems, Inc. All rights reserved. 23d71dbb73Sjbeck# Use is subject to license terms. 24d71dbb73Sjbeck# 25d71dbb73Sjbeck 26*6e91bba0SGirish MoodalbailSUBDIRS= ipmgmtd nwamd netcfgd 27*6e91bba0SGirish MoodalbailMSGSUBDIRS= ipmgmtd nwamd 28d71dbb73Sjbeck 29d71dbb73Sjbeckinclude ../../Makefile.cmd 30d71dbb73Sjbeck 31d71dbb73SjbeckPOFILES= $(MSGSUBDIRS:%=%/%.po) 32d71dbb73SjbeckPOFILE= lib.po 33d71dbb73Sjbeck 34d71dbb73Sjbeckall:= TARGET= all 35d71dbb73Sjbeckinstall:= TARGET= install 36d71dbb73Sjbeckclean:= TARGET= clean 37d71dbb73Sjbeckclobber:= TARGET= clobber 38d71dbb73Sjbecklint:= TARGET= lint 39d71dbb73Sjbeck 40d71dbb73Sjbeck.KEEP_STATE: 41d71dbb73Sjbeck 42d71dbb73Sjbeckall install clean clobber lint: $(SUBDIRS) 43d71dbb73Sjbeck 44d71dbb73Sjbeck$(SUBDIRS): FRC 45d71dbb73Sjbeck @cd $@; pwd; $(MAKE) $(TARGET) 46d71dbb73Sjbeck 47d71dbb73SjbeckFRC: 48d71dbb73Sjbeck 49d71dbb73Sjbeckinclude ../Makefile.msg 50