Print this page
first pass

@@ -29,31 +29,5 @@
 #
 # include global definitions
 include ../../../../Makefile.master
 
 .KEEP_STATE:
-
-# EXPORT DELETE START
-EXPORT_SRC:
-        $(RM) Makefile+ aes.c+ arcfour.c+ blowfish.c+ dprov.c+ rsa.c+
-        sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
-                < aes.c > aes.c+
-        $(MV) aes.c+ aes.c
-        sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
-                < arcfour.c > arcfour.c+
-        $(MV) arcfour.c+ arcfour.c
-        sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
-                < blowfish.c > blowfish.c+
-        $(MV) blowfish.c+ blowfish.c
-        sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
-                < dprov.c > dprov.c+
-        $(MV) dprov.c+ dprov.c
-        sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
-                < rsa.c > rsa.c+
-        $(MV) rsa.c+ rsa.c
-        sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
-                < Makefile > Makefile+
-        $(RM) Makefile
-        $(MV) Makefile+ Makefile 
-        $(CHMOD) 444 Makefile aes.c arcfour.c blowfish.c dprov.c rsa.c
-
-# EXPORT DELETE END