xref: /titanic_41/usr/src/tools/codesign/Makefile (revision 597bd30ba830d1e11c8efdb9a1b9de28e0599f5e)
123259b79Srotondo#
223259b79Srotondo# CDDL HEADER START
323259b79Srotondo#
423259b79Srotondo# The contents of this file are subject to the terms of the
523259b79Srotondo# Common Development and Distribution License (the "License").
623259b79Srotondo# You may not use this file except in compliance with the License.
723259b79Srotondo#
823259b79Srotondo# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
923259b79Srotondo# or http://www.opensolaris.org/os/licensing.
1023259b79Srotondo# See the License for the specific language governing permissions
1123259b79Srotondo# and limitations under the License.
1223259b79Srotondo#
1323259b79Srotondo# When distributing Covered Code, include this CDDL HEADER in each
1423259b79Srotondo# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1523259b79Srotondo# If applicable, add the following below this CDDL HEADER, with the
1623259b79Srotondo# fields enclosed by brackets "[]" replaced with your own identifying
1723259b79Srotondo# information: Portions Copyright [yyyy] [name of copyright owner]
1823259b79Srotondo#
1923259b79Srotondo# CDDL HEADER END
2023259b79Srotondo#
2123259b79Srotondo#
22*597bd30bSMike Kupfer# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
2323259b79Srotondo# Use is subject to license terms.
2423259b79Srotondo#
2523259b79Srotondo
2623259b79SrotondoSHFILES= \
27*597bd30bSMike Kupfer	findcrypto \
2823259b79Srotondo	signproto
2923259b79Srotondo
3023259b79SrotondoPERLFILES= \
3123259b79Srotondo	signit
3223259b79Srotondo
338ec89c0fSrotondoMAN1FILES= \
348ec89c0fSrotondo	signit.1 \
358ec89c0fSrotondo	signproto.1
368ec89c0fSrotondo
3723259b79SrotondoCLEANFILES = $(SHFILES) $(PERLFILES)
3823259b79Srotondo
3923259b79Srotondoinclude ../Makefile.tools
4023259b79Srotondo
418ec89c0fSrotondo$(ROOTONBLDMAN1FILES) := FILEMODE=	644
4223259b79Srotondo
4323259b79Srotondo.KEEP_STATE:
4423259b79Srotondo
458ec89c0fSrotondoall:	$(SHFILES) $(PERLFILES) $(MAN1FILES)
4623259b79Srotondo
478ec89c0fSrotondoinstall: all .WAIT $(ROOTONBLDSHFILES) $(ROOTONBLDPERLFILES) \
488ec89c0fSrotondo		$(ROOTONBLDMAN1FILES)
4923259b79Srotondo
5023259b79Srotondoclean:
5123259b79Srotondo	$(RM) $(CLEANFILES)
5223259b79Srotondo
5323259b79Srotondoinclude ../Makefile.targ
5423259b79Srotondo
55