diff options
| author | John.Zolnowsky@Sun.COM <none@none> | 2008-11-21 14:27:44 -0800 |
|---|---|---|
| committer | John.Zolnowsky@Sun.COM <none@none> | 2008-11-21 14:27:44 -0800 |
| commit | 257873cfc1dd3337766407f80397db60a56f2f5a (patch) | |
| tree | dfb294ef67b02d6e6ea724b82beb009a32006d57 /usr/src/cmd/sendmail | |
| parent | 3a0fa635e8519965a7acdaf4d6645dfb14835a53 (diff) | |
| download | illumos-joyent-257873cfc1dd3337766407f80397db60a56f2f5a.tar.gz | |
6449514 move OpenSSL from /usr/sfw to /usr, /lib
6457487 clean up Makefile for cmd/openssl
6686002 move /usr/lib/libkmf and plugins to /lib - PSARC 2007/674
6686004 move libcryptoutil and libelfsign from /usr/lib to /lib - PSARC 2007/674
6700122 cryptosvc should be able to start before filesystem/usr
Diffstat (limited to 'usr/src/cmd/sendmail')
| -rw-r--r-- | usr/src/cmd/sendmail/src/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/cmd/sendmail/src/Makefile b/usr/src/cmd/sendmail/src/Makefile index fe552e9f47..ee9a1dd368 100644 --- a/usr/src/cmd/sendmail/src/Makefile +++ b/usr/src/cmd/sendmail/src/Makefile @@ -23,8 +23,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # cmd/sendmail/src/Makefile # @@ -49,9 +47,9 @@ CRYPTOLIBS= -lssl -lcrypto # EXPORT DELETE END LDLIBS += ../libsmutil/libsmutil.a ../libsm/libsm.a -lresolv -lsocket \ -lnsl ../db/libdb.a -lldap -lsldap -lwrap -lumem \ - -L$(ROOTSFWLIB) $(CRYPTOLIBS) + $(CRYPTOLIBS) -INCPATH= -I. -I../include -I../db -I$(ROOTSFWINCLUDE) +INCPATH= -I. -I../include -I../db # EXPORT DELETE START CRYPTOENVDEF= -DSTARTTLS |
