summaryrefslogtreecommitdiff
path: root/usr/src/cmd/sendmail
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/sendmail')
-rw-r--r--usr/src/cmd/sendmail/src/Makefile6
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