Print this page
first pass

@@ -28,34 +28,5 @@
 include $(SRC)/Makefile.master
 
 .KEEP_STATE:
 
 FRC:
-
-
-# EXPORT DELETE START
-EXPORT_SRC:
-        $(RM) Makefile+ aes_impl.c+ aes_impl.h+ amd64/aes_amd64.s+ \
-                amd64/aes_intel.s+ sun4u/aes_crypt_asm.s+
-        sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
-                < aes_impl.c > aes_impl.c+
-        $(MV) aes_impl.c+ aes_impl.c
-        sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
-                < aes_impl.h > aes_impl.h+
-        $(MV) aes_impl.h+ aes_impl.h
-        sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
-                < amd64/aes_amd64.s > amd64/aes_amd64.s+
-        $(MV) amd64/aes_amd64.s+ amd64/aes_amd64.s
-        sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
-                < amd64/aes_intel.s > amd64/aes_intel.s+
-        $(MV) amd64/aes_intel.s+ amd64/aes_intel.s
-        sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
-                < sun4u/aes_crypt_asm.s > sun4u/aes_crypt_asm.s+
-        $(MV) sun4u/aes_crypt_asm.s+ sun4u/aes_crypt_asm.s
-        sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
-                < Makefile > Makefile+
-        $(RM) Makefile
-        $(MV) Makefile+ Makefile
-        $(CHMOD) 444 Makefile aes_impl.c aes_impl.h amd64/aes_amd64.s \
-                amd64/aes_intel.s sun4u/aes_crypt_asm.s
-
-# EXPORT DELETE END