diff options
author | kupfer <none@none> | 2005-12-21 19:47:57 -0800 |
---|---|---|
committer | kupfer <none@none> | 2005-12-21 19:47:57 -0800 |
commit | fb9f9b975cb9214fec5dab37d461199adab9b964 (patch) | |
tree | 225906767e6b4b8460661d5665512ca553bd4171 /usr/src/lib/libgss | |
parent | cf8f45c7690afabe63bdb8066b11db58d708ad09 (diff) | |
download | illumos-gate-fb9f9b975cb9214fec5dab37d461199adab9b964.tar.gz |
6289535 build_cscope complains a bit on x86
6303550 xencrypt, xdecrypt no longer mangled
6316770 split the tree into open and closed trees
6321333 Install.sh is over-zealous looking for kmods
Diffstat (limited to 'usr/src/lib/libgss')
-rw-r--r-- | usr/src/lib/libgss/Makefile.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libgss/Makefile.com b/usr/src/lib/libgss/Makefile.com index 03733a1d0a..687e3f6cdd 100644 --- a/usr/src/lib/libgss/Makefile.com +++ b/usr/src/lib/libgss/Makefile.com @@ -94,7 +94,7 @@ SPECMAPFILE= $(MAPDIR)/mapfile CPPFLAGS += -I$(GSSCRED_DIR) -I$(SRC)/uts/common/gssapi/include \ -DHAVE_STDLIB_H -$(EXPORT_RELEASE_BUILD)include ../Makefile.export +$(EXPORT_RELEASE_BUILD)include $(CLOSED)/lib/libgss/Makefile.export .KEEP_STATE: |