diff options
author | raf <none@none> | 2006-10-13 20:48:34 -0700 |
---|---|---|
committer | raf <none@none> | 2006-10-13 20:48:34 -0700 |
commit | 06e1a7147edd272b7296f208141627a5b1191731 (patch) | |
tree | e3034f874727d3818a64b88169f71eb9371628b6 /usr/src/lib/libgss | |
parent | 9de6b717b8109b1c5d038a3afb9ff82efd328d25 (diff) | |
download | illumos-joyent-06e1a7147edd272b7296f208141627a5b1191731.tar.gz |
PSARC 2006/561 libcmd must die
6480998 libcmd must die
--HG--
rename : usr/src/lib/libcmd/common/deflt.c => usr/src/lib/libc/port/gen/deflt.c
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 82136b42d0..a14b9a5810 100644 --- a/usr/src/lib/libgss/Makefile.com +++ b/usr/src/lib/libgss/Makefile.com @@ -83,7 +83,7 @@ include ../../Makefile.lib LIBS = $(DYNLIB) $(LINTLIB) $(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC) -LDLIBS += -lc -lcmd +LDLIBS += -lc CPPFLAGS += -I$(GSSCRED_DIR) -I$(SRC)/uts/common/gssapi/include \ -DHAVE_STDLIB_H |