diff options
author | Josef 'Jeff' Sipek <jeffpc@josefsipek.net> | 2013-07-29 16:16:59 -0400 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2013-07-29 16:18:07 -0400 |
commit | 694c35faa87b858ecdadfe4fc592615f4eefbb07 (patch) | |
tree | 2a78abdba3549d11ff88460d03ff67ce152ae59c /usr/src/lib/libnsl/Makefile | |
parent | 36f7455d36b60be70d7aae5959fa19e71954678e (diff) | |
download | illumos-joyent-694c35faa87b858ecdadfe4fc592615f4eefbb07.tar.gz |
3882 Remove xmod & friends
Reviewed by: Dan McDonald <danmcd@nexenta.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/lib/libnsl/Makefile')
-rw-r--r-- | usr/src/lib/libnsl/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/usr/src/lib/libnsl/Makefile b/usr/src/lib/libnsl/Makefile index ed41c9d4e1..923f8dad40 100644 --- a/usr/src/lib/libnsl/Makefile +++ b/usr/src/lib/libnsl/Makefile @@ -132,38 +132,6 @@ nis/gen/nis_clnt.h: $(PROTOCOL_DIR)/nis.x $(PROTOCOL_DIR)/nis_object.x # include library targets include ../Makefile.targ -# EXPORT DELETE START -# CRYPT DELETE START -# Special target to clean up the source tree for export distribution -# Warning: This target changes the source tree -EXPORT_SRC: - $(RM) Makefile+ des/des_crypt.c+ des/des_soft.c+ key/xcrypt.c+ - $(SED) -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \ - < des/des_crypt.c > des/des_crypt.c+ - $(MV) des/des_crypt.c+ des/des_crypt.c - $(SED) -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \ - < des/des_soft.c > des/des_soft.c+ - $(MV) des/des_soft.c+ des/des_soft.c - $(SED) -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \ - < key/xcrypt.c > key/xcrypt.c+ - $(MV) key/xcrypt.c+ key/xcrypt.c - $(SED) -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \ - < Makefile > Makefile+ - $(MV) Makefile+ Makefile - $(CHMOD) 444 Makefile des/des_crypt.c des/des_soft.c key/xcrypt.c - -CRYPT_SRC: - $(RM) Makefile+ - $(SED) -e "/^# CRYPT DELETE START/,/^# CRYPT DELETE END/d" \ - < Makefile \ - | $(SED) -e "/EXPORT DELETE/d" \ - > Makefile+ - $(MV) Makefile+ Makefile - $(CHMOD) 444 Makefile - -# CRYPT DELETE END -# EXPORT DELETE END - _msg: $(MSGDOMAIN) $(POFILE) $(RM) $(MSGDOMAIN)/$(POFILE) $(CP) $(POFILE) $(MSGDOMAIN) |