xref: /illumos-gate/usr/src/lib/pkcs11/libkcfd/Makefile (revision 241c90a06e8d1708235651863df515a2d522a03a)
12225707cSValerie Bubb Fenwick#
22225707cSValerie Bubb Fenwick# CDDL HEADER START
32225707cSValerie Bubb Fenwick#
42225707cSValerie Bubb Fenwick# The contents of this file are subject to the terms of the
52225707cSValerie Bubb Fenwick# Common Development and Distribution License (the "License").
62225707cSValerie Bubb Fenwick# You may not use this file except in compliance with the License.
72225707cSValerie Bubb Fenwick#
82225707cSValerie Bubb Fenwick# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92225707cSValerie Bubb Fenwick# or http://www.opensolaris.org/os/licensing.
102225707cSValerie Bubb Fenwick# See the License for the specific language governing permissions
112225707cSValerie Bubb Fenwick# and limitations under the License.
122225707cSValerie Bubb Fenwick#
132225707cSValerie Bubb Fenwick# When distributing Covered Code, include this CDDL HEADER in each
142225707cSValerie Bubb Fenwick# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152225707cSValerie Bubb Fenwick# If applicable, add the following below this CDDL HEADER, with the
162225707cSValerie Bubb Fenwick# fields enclosed by brackets "[]" replaced with your own identifying
172225707cSValerie Bubb Fenwick# information: Portions Copyright [yyyy] [name of copyright owner]
182225707cSValerie Bubb Fenwick#
192225707cSValerie Bubb Fenwick# CDDL HEADER END
202225707cSValerie Bubb Fenwick#
212225707cSValerie Bubb Fenwick
222225707cSValerie Bubb Fenwick#
232225707cSValerie Bubb Fenwick# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
242225707cSValerie Bubb Fenwick# Use is subject to license terms.
252225707cSValerie Bubb Fenwick#
262225707cSValerie Bubb Fenwick# lib/pkcs11/libkcfd/Makefile
272225707cSValerie Bubb Fenwick#
282225707cSValerie Bubb Fenwick
292225707cSValerie Bubb Fenwickinclude $(SRC)/lib/Makefile.lib
302225707cSValerie Bubb Fenwick
312225707cSValerie Bubb FenwickSUBDIRS=	$(MACH)
322225707cSValerie Bubb Fenwick
332225707cSValerie Bubb Fenwickall	:=	TARGET= all
342225707cSValerie Bubb Fenwickclean	:=	TARGET= clean
352225707cSValerie Bubb Fenwickclobber	:=	TARGET= clobber
362225707cSValerie Bubb Fenwickinstall	:=	TARGET= install
372225707cSValerie Bubb Fenwick
382225707cSValerie Bubb Fenwick.KEEP_STATE:
392225707cSValerie Bubb Fenwick
402225707cSValerie Bubb Fenwickall clean clobber install: $(SUBDIRS)
412225707cSValerie Bubb Fenwick
42*241c90a0SRichard Lowecheck install_h:
432225707cSValerie Bubb Fenwick
442225707cSValerie Bubb Fenwick$(SUBDIRS):	FRC
452225707cSValerie Bubb Fenwick	@cd $@; pwd; $(MAKE) $(TARGET)
462225707cSValerie Bubb Fenwick
472225707cSValerie Bubb FenwickFRC:
48