Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
0d26a2bd71224b954baab529bbadc4d676c35b95slive# CDDL HEADER START
5f5d1b4cc970b7f06ff8ef6526128e9a27303d88nd# The contents of this file are subject to the terms of the
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# Common Development and Distribution License, Version 1.0 only
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# (the "License"). You may not use this file except in compliance
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding# with the License.
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding# See the License for the specific language governing permissions
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding# and limitations under the License.
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# When distributing Covered Code, include this CDDL HEADER in each
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# If applicable, add the following below this CDDL HEADER, with the
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# fields enclosed by brackets "[]" replaced with your own identifying
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# information: Portions Copyright [yyyy] [name of copyright owner]
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# CDDL HEADER END
7db9f691a00ead175b03335457ca296a33ddf31bnd# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
e213c78d4d5c360645156dab56938b3565ebe8c1rbowen# Use is subject to license terms.
6eef889fc0b7cd42c4c8ca7e8e094dc2c0b030fcslive# ident "%Z%%M% %I% %E% SMI"
e213c78d4d5c360645156dab56938b3565ebe8c1rbowen# Makefile definitions for Sun Fire 15000 Key Management Daemon (sckmd)
e213c78d4d5c360645156dab56938b3565ebe8c1rbowenCPPFLAGS= -I$(USR_PSM_INCL_DIR) -I$(SRC)/uts/sun4u/starcat $(CPPFLAGS.master)
e213c78d4d5c360645156dab56938b3565ebe8c1rbowen# LIBRARIES:
e213c78d4d5c360645156dab56938b3565ebe8c1rbowen# Definitions for building init scripts
e8811b6d38f756b325446ded5d96857d13856511takashiROOTRCLINKS = $(ROOTRC0_D)/K$(SHPROG_KILLPRIO)$(SHPROG) \
c4340001c9fb90a49ca509012015738abc5dda87nilgun# Build rules
c4340001c9fb90a49ca509012015738abc5dda87nilguninstall: all .WAIT $(USRPSMPROG) $(ROOTINIT_D_SHPROG) $(ROOTRCLINKS)
c4340001c9fb90a49ca509012015738abc5dda87nilgun $(RM) $(PROG) $(SHPROG) $(OBJS) *.po $(LINT_FILES) core
6eef889fc0b7cd42c4c8ca7e8e094dc2c0b030fcslive# Build rules for init scripts