summaryrefslogtreecommitdiff
path: root/usr/src/cmd/sendmail
diff options
context:
space:
mode:
authorJohn.Zolnowsky@Sun.COM <none@none>2009-01-07 17:05:48 -0800
committerJohn.Zolnowsky@Sun.COM <none@none>2009-01-07 17:05:48 -0800
commita724c049b7e0dd8612bc3aaec84e96e80511050d (patch)
treee4445bdaf366be6b87abc148459bc19f57990bdd /usr/src/cmd/sendmail
parentbb3b4f6c01fc6e0a2180720f69c6087f80f6422b (diff)
downloadillumos-joyent-a724c049b7e0dd8612bc3aaec84e96e80511050d.tar.gz
6789722 cmd/sendmail/src/Makefile has vestigial use of SFW_ROOT
Diffstat (limited to 'usr/src/cmd/sendmail')
-rw-r--r--usr/src/cmd/sendmail/src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/sendmail/src/Makefile b/usr/src/cmd/sendmail/src/Makefile
index ee9a1dd368..84f7381e25 100644
--- a/usr/src/cmd/sendmail/src/Makefile
+++ b/usr/src/cmd/sendmail/src/Makefile
@@ -20,7 +20,7 @@
#
#
-# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# cmd/sendmail/src/Makefile
@@ -40,7 +40,7 @@ OBJS= alias.o arpadate.o bf.o collect.o conf.o control.o convtime.o daemon.o \
SRCS= $(OBJS:%.o=%.c)
MAPFILES = $(MAPFILE.INT) $(MAPFILE.NGB)
-LDFLAGS += -R$(SFW_ROOT)/lib $(MAPFILES:%=-M%)
+LDFLAGS += $(MAPFILES:%=-M%)
# EXPORT DELETE START
CRYPTOLIBS= -lssl -lcrypto