diff options
| author | John.Zolnowsky@Sun.COM <none@none> | 2009-01-07 17:05:48 -0800 |
|---|---|---|
| committer | John.Zolnowsky@Sun.COM <none@none> | 2009-01-07 17:05:48 -0800 |
| commit | a724c049b7e0dd8612bc3aaec84e96e80511050d (patch) | |
| tree | e4445bdaf366be6b87abc148459bc19f57990bdd /usr/src/cmd/sendmail | |
| parent | bb3b4f6c01fc6e0a2180720f69c6087f80f6422b (diff) | |
| download | illumos-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/Makefile | 4 |
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 |
