Makefile revision a192e900f6d2b0e1a822e3252c0dfd795ed49d76
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd#
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# CDDL HEADER START
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd#
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# The contents of this file are subject to the terms of the
6ae232055d4d8a97267517c5e50074c2c819941and# Common Development and Distribution License (the "License").
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# You may not use this file except in compliance with the License.
6ae232055d4d8a97267517c5e50074c2c819941and#
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# or http://www.opensolaris.org/os/licensing.
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# See the License for the specific language governing permissions
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
#ident "%Z%%M% %I% %E% SMI"
#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# cmd/consadm/Makefile
#
PROG= consadm
MANIFEST= consadm.xml
SVCMETHOD= svc-consadm
include ../Makefile.cmd
SUBDIRS= $(MACH)
ROOTMANIFESTDIR= $(ROOTSVCSYSTEM)
all := TARGET = all
install := TARGET = install
clean := TARGET = clean
clobber := TARGET = clobber
lint := TARGET = lint
.KEEP_STATE:
all clean clobber lint: $(SUBDIRS)
install: $(SUBDIRS) $(ROOTMANIFEST) $(ROOTSVCMETHOD)
check: $(CHKMANIFEST)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC:
include ../Makefile.targ