Makefile revision 6e91bba0d6c6bdabbba62cefae583715a4a58e2a
64N/A#
64N/A# CDDL HEADER START
64N/A#
64N/A# The contents of this file are subject to the terms of the
64N/A# Common Development and Distribution License (the "License").
64N/A# You may not use this file except in compliance with the License.
64N/A#
64N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
64N/A# or http://www.opensolaris.org/os/licensing.
64N/A# See the License for the specific language governing permissions
64N/A# and limitations under the License.
64N/A#
64N/A# When distributing Covered Code, include this CDDL HEADER in each
64N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
64N/A# If applicable, add the following below this CDDL HEADER, with the
64N/A# fields enclosed by brackets "[]" replaced with your own identifying
64N/A# information: Portions Copyright [yyyy] [name of copyright owner]
64N/A#
64N/A# CDDL HEADER END
64N/A#
75N/A#
75N/A# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
3817N/A# Use is subject to license terms.
64N/A#
64N/A
64N/ASUBDIRS= ipmgmtd nwamd netcfgd
64N/AMSGSUBDIRS= ipmgmtd nwamd
64N/A
5072N/Ainclude ../../Makefile.cmd
618N/A
64N/APOFILES= $(MSGSUBDIRS:%=%/%.po)
5072N/APOFILE= lib.po
844N/A
5072N/Aall:= TARGET= all
64N/Ainstall:= TARGET= install
1258N/Aclean:= TARGET= clean
64N/Aclobber:= TARGET= clobber
5072N/Alint:= TARGET= lint
2899N/A
3817N/A.KEEP_STATE:
3817N/A
3817N/Aall install clean clobber lint: $(SUBDIRS)
64N/A
5072N/A$(SUBDIRS): FRC
5072N/A @cd $@; pwd; $(MAKE) $(TARGET)
1591N/A
1591N/AFRC:
64N/A
64N/Ainclude ../Makefile.msg
64N/A