diff options
Diffstat (limited to 'usr/src/lib/libcrypt/Makefile')
| -rw-r--r-- | usr/src/lib/libcrypt/Makefile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/usr/src/lib/libcrypt/Makefile b/usr/src/lib/libcrypt/Makefile index 50b2067ac1..7e799cd36f 100644 --- a/usr/src/lib/libcrypt/Makefile +++ b/usr/src/lib/libcrypt/Makefile @@ -22,8 +22,6 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.lib @@ -48,30 +46,3 @@ $(SUBDIRS): FRC FRC: include ../Makefile.targ - -# EXPORT DELETE START -EXPORT_SRC: - $(RM) common/des.c+ common/des_crypt.c+ common/des_soft.c+ \ - common/des_decrypt.c+ common/des_encrypt.c+ \ - Makefile+ - sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" < \ - common/des.c > common/des.c+ - $(MV) common/des.c+ common/des.c - sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" < \ - common/des_crypt.c > common/des_crypt.c+ - $(MV) common/des_crypt.c+ common/des_crypt.c - sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" < \ - common/des_soft.c > common/des_soft.c+ - $(MV) common/des_soft.c+ common/des_soft.c - sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" < \ - common/des_encrypt.c > common/des_encrypt.c+ - $(MV) common/des_encrypt.c+ common/des_encrypt.c - sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" < \ - common/des_decrypt.c > common/des_decrypt.c+ - $(MV) common/des_decrypt.c+ common/des_decrypt.c - sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \ - < Makefile > Makefile+ - $(MV) Makefile+ Makefile - $(CHMOD) 444 Makefile common/des.c common/des_crypt.c \ - common/des_soft.c common/des_encrypt.c common/des_decrypt.c -# EXPORT DELETE END |
