summaryrefslogtreecommitdiff
path: root/usr/src/cmd/crypt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/crypt/Makefile')
-rw-r--r--usr/src/cmd/crypt/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/usr/src/cmd/crypt/Makefile b/usr/src/cmd/crypt/Makefile
index 2db525cb12..90cdcde4ce 100644
--- a/usr/src/cmd/crypt/Makefile
+++ b/usr/src/cmd/crypt/Makefile
@@ -20,8 +20,6 @@
# CDDL HEADER END
#
#
-#pragma ident "%Z%%M% %I% %E% SMI"
-#
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
@@ -43,17 +41,3 @@ clean:
lint: lint_PROG
include ../Makefile.targ
-
-# EXPORT DELETE START
-EXPORT_SRC:
- $(RM) $(PROG).c+ Makefile+
- sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
- < $(PROG).c > $(PROG).c+
- $(MV) $(PROG).c+ $(PROG).c
- sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
- < Makefile > Makefile+
- $(RM) Makefile
- $(MV) Makefile+ Makefile
- $(CHMOD) 444 Makefile $(PROG).c
-
-# EXPORT DELETE END