Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
338N/A#
338N/A# CDDL HEADER START
338N/A#
338N/A# The contents of this file are subject to the terms of the
338N/A# Common Development and Distribution License, Version 1.0 only
338N/A# (the "License"). You may not use this file except in compliance
338N/A# with the License.
338N/A#
338N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
338N/A# or http://www.opensolaris.org/os/licensing.
338N/A# See the License for the specific language governing permissions
338N/A# and limitations under the License.
338N/A#
338N/A# When distributing Covered Code, include this CDDL HEADER in each
338N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
338N/A# If applicable, add the following below this CDDL HEADER, with the
338N/A# fields enclosed by brackets "[]" replaced with your own identifying
338N/A# information: Portions Copyright [yyyy] [name of copyright owner]
873N/A#
338N/A# CDDL HEADER END
338N/A#
338N/A#
338N/A#ident "%Z%%M% %I% %E% SMI"
338N/A#
3231N/A# Copyright 1990,2003 Sun Microsystems, Inc. All rights reserved.
6190N/A# Use is subject to license terms.
338N/A#
338N/A# cmd/devmgmt/Makefile
338N/A#
338N/A
338N/Ainclude ../Makefile.cmd
6190N/A
338N/ASUBDIRS = cmds data mkdtab
4134N/A
338N/Aall:= TARGET= all
338N/Ainstall:= TARGET= install
338N/Aclean:= TARGET= clean
338N/Aclobber:= TARGET= clobber
338N/Alint:= TARGET= lint
338N/A
338N/A.KEEP_STATE:
338N/A
2095N/Aall install lint clean clobber: $(SUBDIRS)
2095N/A
2095N/A$(SUBDIRS): FRC
2095N/A @cd $@; pwd; $(MAKE) $(TARGET)
2095N/A
338N/AFRC:
338N/A
338N/Ainclude ../Makefile.targ
338N/A