Makefile revision 23259b79afff8cc5e183c5be57e05120f378fa72
201N/A#
201N/A# CDDL HEADER START
201N/A#
201N/A# The contents of this file are subject to the terms of the
201N/A# Common Development and Distribution License (the "License").
201N/A# You may not use this file except in compliance with the License.
201N/A#
201N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
201N/A# or http://www.opensolaris.org/os/licensing.
201N/A# See the License for the specific language governing permissions
201N/A# and limitations under the License.
201N/A#
201N/A# When distributing Covered Code, include this CDDL HEADER in each
201N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
201N/A# If applicable, add the following below this CDDL HEADER, with the
201N/A# fields enclosed by brackets "[]" replaced with your own identifying
201N/A# information: Portions Copyright [yyyy] [name of copyright owner]
201N/A#
201N/A# CDDL HEADER END
201N/A#
201N/A#
201N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
844N/A# Use is subject to license terms.
201N/A#
201N/A# ident "%Z%%M% %I% %E% SMI"
201N/A#
201N/A
201N/ASHFILES= \
201N/A signproto
618N/A
201N/APERLFILES= \
201N/A signit
844N/A
844N/ACLEANFILES = $(SHFILES) $(PERLFILES)
201N/A
201N/Ainclude ../Makefile.tools
201N/A
201N/AOWNER= root
201N/AGROUP= bin
201N/A
201N/A.KEEP_STATE:
201N/A
201N/Aall: $(SHFILES) $(PERLFILES)
201N/A
201N/Ainstall: all .WAIT $(ROOTONBLDSHFILES) $(ROOTONBLDPERLFILES)
201N/A
201N/Aclean:
201N/A $(RM) $(CLEANFILES)
201N/A
201N/Ainclude ../Makefile.targ
201N/A
201N/A