Makefile revision 54034eb2d6e7d811adf4a1fe5105eac6fea6b0b5
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding# CDDL HEADER START
b99dbaab171d91e1b664397cc40e039d0c087c65fielding# The contents of this file are subject to the terms of the
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding# Common Development and Distribution License (the "License").
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# You may not use this file except in compliance with the License.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# See the License for the specific language governing permissions
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# and limitations under the License.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# When distributing Covered Code, include this CDDL HEADER in each
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# If applicable, add the following below this CDDL HEADER, with the
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# fields enclosed by brackets "[]" replaced with your own identifying
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# information: Portions Copyright [yyyy] [name of copyright owner]
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding# CDDL HEADER END
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding# Use is subject to license terms.
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding# include global definitions
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# EXPORT DELETE START
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding $(RM) Makefile+ arcfour_crypt.c+ amd64/arcfour-x86_64.pl+ \
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding $(MV) amd64/arcfour-x86_64.c+ amd64/arcfour-x86_64.c
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding < sun4u/arcfour_crypt_asm.s > sun4u/arcfour_crypt_asm.s+
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding $(MV) sun4u/arcfour_crypt_asm.s+ sun4u/arcfour_crypt_asm.s
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding $(CHMOD) 444 Makefile arcfour_crypt.c amd64/arcfour-x86_64.pl \
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# EXPORT DELETE END