Print this page
first pass

@@ -30,18 +30,5 @@
 include $(SRC)/Makefile.master
 
 .KEEP_STATE:
 
 FRC:
-
-# EXPORT DELETE START
-EXPORT_SRC:
-        $(RM) Makefile+ rsa_impl.c+
-        sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
-                < rsa_impl.c > rsa_impl.c+
-        $(MV) rsa_impl.c+ rsa_impl.c
-        sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
-                < Makefile > Makefile+
-        $(RM) Makefile
-        $(MV) Makefile+ Makefile 
-        $(CHMOD) 444 Makefile rsa_impl.c
-# EXPORT DELETE END