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/pam_modules/krb5/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/pam_modules/krb5/Makefile')
| -rw-r--r-- | usr/src/lib/pam_modules/krb5/Makefile | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/usr/src/lib/pam_modules/krb5/Makefile b/usr/src/lib/pam_modules/krb5/Makefile index 87724bcd62..27c168cd9e 100644 --- a/usr/src/lib/pam_modules/krb5/Makefile +++ b/usr/src/lib/pam_modules/krb5/Makefile @@ -22,8 +22,6 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../../Makefile.lib @@ -41,13 +39,6 @@ clobber := TARGET= clobber install := TARGET= install lint := TARGET= lint -# EXPORT DELETE START -# CRYPT DELETE START -EXPORT_SRC := TARGET= EXPORT_SRC -CRYPT_SRC := TARGET= CRYPT_SRC -# CRYPT DELETE END -# EXPORT DELETE END - .KEEP_STATE: all clean clobber install lint: $(SUBDIRS) @@ -60,36 +51,6 @@ _msg: $(MSGDOMAINPOFILE) $(SUBDIRS): FRC @cd $@; pwd; $(MAKE) $(TARGET) -# 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: - $(SED) -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \ - < Makefile.com > Makefile.com+ - $(MV) Makefile.com+ Makefile.com - $(CHMOD) 444 Makefile.com - $(SED) -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \ - < Makefile > Makefile+ - $(MV) Makefile+ Makefile - $(CHMOD) 444 Makefile - -CRYPT_SRC: - $(SED) -e "/^# CRYPT DELETE START/,/^# CRYPT DELETE END/d" \ - < Makefile.com \ - | $(SED) -e "/EXPORT DELETE/d" \ - > Makefile.com+ - $(MV) Makefile.com+ Makefile.com - $(CHMOD) 444 Makefile.com - $(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 - FRC: include $(SRC)/Makefile.msg.targ |
