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