Makefile revision 8d26100c1d185652ac4e12e1b6c2337446ad0746
2374N/A#
2374N/A# CDDL HEADER START
2374N/A#
2374N/A# The contents of this file are subject to the terms of the
2374N/A# Common Development and Distribution License (the "License").
2374N/A# You may not use this file except in compliance with the License.
2374N/A#
2374N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2374N/A# or http://www.opensolaris.org/os/licensing.
2374N/A# See the License for the specific language governing permissions
2374N/A# and limitations under the License.
2374N/A#
2374N/A# When distributing Covered Code, include this CDDL HEADER in each
2374N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2374N/A# If applicable, add the following below this CDDL HEADER, with the
2374N/A# fields enclosed by brackets "[]" replaced with your own identifying
2374N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2374N/A#
2374N/A# CDDL HEADER END
2374N/A#
3817N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
2374N/A# Use is subject to license terms.
2374N/A#
2374N/A
2374N/Ainclude ../Makefile.cmd
2374N/A
4744N/ASUBDIRS1 = \
4744N/A cryptoadm \
2374N/A decrypt \
2374N/A digest \
2374N/A elfsign \
2374N/A pktool \
4744N/A kmfcfg \
2374N/A tpmadm
2374N/A
2374N/A$(CLOSED_BUILD)SUBDIRS1 += \
4744N/A $(CLOSED)/cmd/cmd-crypto/kcfd
2899N/A
3817N/ASUBDIRS2 = \
3817N/A etc \
3817N/A scripts
2374N/A
2428N/A$(CLOSED_BUILD)SUBDIRS2 += \
2428N/A $(CLOSED)/cmd/cmd-crypto/etc
2428N/A
2374N/Aall:= TARGET= all
2374N/Ainstall:= TARGET= install
2374N/Aclean:= TARGET= clean
2374N/Aclobber:= TARGET= clobber
2374N/Alint:= TARGET= lint
2374N/A_msg:= TARGET= _msg
2374N/A
2374N/A.KEEP_STATE:
2374N/A
2374N/Aall clean clobber lint _msg: $(SUBDIRS1) $($(MACH)_SUBDIRS)
2374N/A
4337N/Ainstall: $(SUBDIRS1) $(SUBDIRS2) $($(MACH)_SUBDIRS)
4337N/A
2374N/A$(SUBDIRS1) $(SUBDIRS2) $($(MACH)_SUBDIRS) : FRC
3817N/A @cd $@; pwd; $(MAKE) $(MFLAGS) $(TARGET)
3817N/A
3817N/AFRC:
3817N/A