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# 2223259b79Srotondo# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 2323259b79Srotondo# Use is subject to license terms. 2423259b79Srotondo# 2523259b79Srotondo# ident "%Z%%M% %I% %E% SMI" 2623259b79Srotondo# 2723259b79Srotondo 2823259b79SrotondoSHFILES= \ 2923259b79Srotondo signproto 3023259b79Srotondo 3123259b79SrotondoPERLFILES= \ 3223259b79Srotondo signit 3323259b79Srotondo 34*8ec89c0fSrotondoMAN1FILES= \ 35*8ec89c0fSrotondo signit.1 \ 36*8ec89c0fSrotondo signproto.1 37*8ec89c0fSrotondo 3823259b79SrotondoCLEANFILES = $(SHFILES) $(PERLFILES) 3923259b79Srotondo 4023259b79Srotondoinclude ../Makefile.tools 4123259b79Srotondo 4223259b79SrotondoOWNER= root 4323259b79SrotondoGROUP= bin 44*8ec89c0fSrotondo$(ROOTONBLDMAN1FILES) := FILEMODE= 644 4523259b79Srotondo 4623259b79Srotondo.KEEP_STATE: 4723259b79Srotondo 48*8ec89c0fSrotondoall: $(SHFILES) $(PERLFILES) $(MAN1FILES) 4923259b79Srotondo 50*8ec89c0fSrotondoinstall: all .WAIT $(ROOTONBLDSHFILES) $(ROOTONBLDPERLFILES) \ 51*8ec89c0fSrotondo $(ROOTONBLDMAN1FILES) 5223259b79Srotondo 5323259b79Srotondoclean: 5423259b79Srotondo $(RM) $(CLEANFILES) 5523259b79Srotondo 5623259b79Srotondoinclude ../Makefile.targ 5723259b79Srotondo 58