#
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
CORE_DEPTH = ../../..
%: %.ksh
$(RM) $@
cp $< $@
chmod +x $@
HEADER_DIR = public/nss
DIRS = \
SUNWtls \
SUNWtlsu \
SUNWtlsd
include Makefile.com
PROTO = \
$(ROOT) \
$(ROOT)/usr/lib/mps \
$(ROOT)/usr/include/mps \
$(ROOT)/usr/sfw/bin
ifeq ($(MACH), sparc)
PROTO += $(ROOT)/usr/lib/mps/sparcv9 \
$(ROOT)/usr/sfw/bin/sparcv9
endif