0797faae937515a5225a36db4a1ec79480d2555cjorton#
0797faae937515a5225a36db4a1ec79480d2555cjorton# CDDL HEADER START
0797faae937515a5225a36db4a1ec79480d2555cjorton#
0797faae937515a5225a36db4a1ec79480d2555cjorton# The contents of this file are subject to the terms of the
0797faae937515a5225a36db4a1ec79480d2555cjorton# Common Development and Distribution License, Version 1.0 only
0797faae937515a5225a36db4a1ec79480d2555cjorton# (the "License"). You may not use this file except in compliance
0797faae937515a5225a36db4a1ec79480d2555cjorton# with the License.
0797faae937515a5225a36db4a1ec79480d2555cjorton#
0797faae937515a5225a36db4a1ec79480d2555cjorton# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0797faae937515a5225a36db4a1ec79480d2555cjorton# or http://www.opensolaris.org/os/licensing.
0797faae937515a5225a36db4a1ec79480d2555cjorton# See the License for the specific language governing permissions
0797faae937515a5225a36db4a1ec79480d2555cjorton# and limitations under the License.
0797faae937515a5225a36db4a1ec79480d2555cjorton#
0797faae937515a5225a36db4a1ec79480d2555cjorton# When distributing Covered Code, include this CDDL HEADER in each
0797faae937515a5225a36db4a1ec79480d2555cjorton# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0797faae937515a5225a36db4a1ec79480d2555cjorton# If applicable, add the following below this CDDL HEADER, with the
0797faae937515a5225a36db4a1ec79480d2555cjorton# fields enclosed by brackets "[]" replaced with your own identifying
0797faae937515a5225a36db4a1ec79480d2555cjorton# information: Portions Copyright [yyyy] [name of copyright owner]
0797faae937515a5225a36db4a1ec79480d2555cjorton#
0797faae937515a5225a36db4a1ec79480d2555cjorton# CDDL HEADER END
0797faae937515a5225a36db4a1ec79480d2555cjorton#
0797faae937515a5225a36db4a1ec79480d2555cjorton#
0797faae937515a5225a36db4a1ec79480d2555cjorton# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
0797faae937515a5225a36db4a1ec79480d2555cjorton# Use is subject to license terms.
0797faae937515a5225a36db4a1ec79480d2555cjorton#
0797faae937515a5225a36db4a1ec79480d2555cjorton#ident "%Z%%M% %I% %E% SMI"
0797faae937515a5225a36db4a1ec79480d2555cjorton#
0797faae937515a5225a36db4a1ec79480d2555cjorton# uts/common/inet/kssl/Makefile
0797faae937515a5225a36db4a1ec79480d2555cjorton#
0797faae937515a5225a36db4a1ec79480d2555cjorton# include global definitions
0797faae937515a5225a36db4a1ec79480d2555cjortoninclude ../../../../Makefile.master
0797faae937515a5225a36db4a1ec79480d2555cjorton
0797faae937515a5225a36db4a1ec79480d2555cjortonHDRS= kssl.h ksslapi.h ksslimpl.h ksslproto.h
bf8ae84ccab0e10cacda6098f6a696577752c433wrowe
bf8ae84ccab0e10cacda6098f6a696577752c433wroweROOTDIRS= $(ROOT)/usr/include/inet/kssl
bf8ae84ccab0e10cacda6098f6a696577752c433wrowe
bf8ae84ccab0e10cacda6098f6a696577752c433wroweROOTHDRS= $(HDRS:%=$(ROOT)/usr/include/inet/kssl/%)
bf8ae84ccab0e10cacda6098f6a696577752c433wrowe
bf8ae84ccab0e10cacda6098f6a696577752c433wroweCHECKHDRS= $(HDRS:%.h=%.check)
bf8ae84ccab0e10cacda6098f6a696577752c433wrowe
bf8ae84ccab0e10cacda6098f6a696577752c433wrowe$(ROOTDIRS)/%: %
bf8ae84ccab0e10cacda6098f6a696577752c433wrowe $(INS.file)
0797faae937515a5225a36db4a1ec79480d2555cjorton
0797faae937515a5225a36db4a1ec79480d2555cjorton.KEEP_STATE:
0797faae937515a5225a36db4a1ec79480d2555cjorton
0797faae937515a5225a36db4a1ec79480d2555cjorton.PARALLEL: $(CHECKHDRS)
0797faae937515a5225a36db4a1ec79480d2555cjorton
0797faae937515a5225a36db4a1ec79480d2555cjortoninstall_h: $(ROOTDIRS) $(ROOTHDRS)
0797faae937515a5225a36db4a1ec79480d2555cjorton
0797faae937515a5225a36db4a1ec79480d2555cjorton$(ROOTDIRS):
0797faae937515a5225a36db4a1ec79480d2555cjorton $(INS.dir)
0797faae937515a5225a36db4a1ec79480d2555cjorton
0797faae937515a5225a36db4a1ec79480d2555cjortoncheck: $(CHECKHDRS)
0797faae937515a5225a36db4a1ec79480d2555cjorton