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