summaryrefslogtreecommitdiff
path: root/usr/src/Makefile
diff options
context:
space:
mode:
authorwyllys <none@none>2007-03-26 19:04:02 -0700
committerwyllys <none@none>2007-03-26 19:04:02 -0700
commit0dadacbf99d149ded48ff1ca271f5cdf159e6871 (patch)
treecdd319d4b9fe72c4281335c0d1643e317b6ef9f3 /usr/src/Makefile
parentaa59c4cb15a6ac5d4e585dadf7a055b580abf579 (diff)
downloadillumos-joyent-0dadacbf99d149ded48ff1ca271f5cdf159e6871.tar.gz
PSARC 2007/170 libelfsign/libike contract cancellation
6246343 elfsign should not depend on libike
Diffstat (limited to 'usr/src/Makefile')
-rw-r--r--usr/src/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/src/Makefile b/usr/src/Makefile
index b69335d869..3cb396d288 100644
--- a/usr/src/Makefile
+++ b/usr/src/Makefile
@@ -251,7 +251,6 @@ EXPORT_SRC:
@cd lib/pam_modules/krb5; pwd; $(MAKE) EXPORT_SRC
@cd lib/udapl; pwd; $(MAKE) EXPORT_SRC
@cd lib/libresolv2; pwd; $(MAKE) EXPORT_SRC
- @cd $(CLOSED)/tools/elfsign; pwd; $(MAKE) EXPORT_SRC
@cd uts/common/crypto/io; pwd; $(MAKE) EXPORT_SRC
@cd uts/common/des; pwd; $(MAKE) EXPORT_SRC
@cd uts/common/rpc; pwd; $(MAKE) EXPORT_SRC
@@ -317,7 +316,6 @@ CRYPT_SRC:
@cd lib/libresolv2; pwd; $(MAKE) CRYPT_SRC
@cd lib/sasl_plugins; pwd; $(MAKE) CRYPT_SRC
@cd lib/pam_modules/krb5; pwd; $(MAKE) CRYPT_SRC
- @cd $(CLOSED)/tools/elfsign; pwd; $(MAKE) CRYPT_SRC
@cd uts/common/gssapi; pwd; $(MAKE) CRYPT_SRC
@cd uts/common/gssapi/include; pwd; $(MAKE) CRYPT_SRC
@cd uts/common/gssapi/mechs/dummy; pwd; $(MAKE) CRYPT_SRC