diff options
| author | Josef 'Jeff' Sipek <jeffpc@josefsipek.net> | 2013-07-29 16:16:59 -0400 |
|---|---|---|
| committer | Richard Lowe <richlowe@richlowe.net> | 2013-07-29 16:18:07 -0400 |
| commit | 694c35faa87b858ecdadfe4fc592615f4eefbb07 (patch) | |
| tree | 2a78abdba3549d11ff88460d03ff67ce152ae59c /usr/src/cmd/sendmail | |
| parent | 36f7455d36b60be70d7aae5959fa19e71954678e (diff) | |
| download | illumos-joyent-694c35faa87b858ecdadfe4fc592615f4eefbb07.tar.gz | |
3882 Remove xmod & friends
Reviewed by: Dan McDonald <danmcd@nexenta.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/cmd/sendmail')
| -rw-r--r-- | usr/src/cmd/sendmail/src/Makefile | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/usr/src/cmd/sendmail/src/Makefile b/usr/src/cmd/sendmail/src/Makefile index e171e139d3..92223ef71a 100644 --- a/usr/src/cmd/sendmail/src/Makefile +++ b/usr/src/cmd/sendmail/src/Makefile @@ -44,19 +44,13 @@ SRCS= $(OBJS:%.o=%.c) MAPFILES = $(MAPFILE.INT) $(MAPFILE.NGB) LDFLAGS += $(MAPFILES:%=-M%) -# EXPORT DELETE START -CRYPTOLIBS= -lssl -lcrypto -lsasl -# EXPORT DELETE END LDLIBS += ../libsmutil/libsmutil.a ../libsm/libsm.a -lresolv -lsocket \ -lnsl ../db/libdb.a -lldap -lsldap -lwrap -lumem \ - $(CRYPTOLIBS) + -lssl -lcrypto -lsasl INCPATH= -I. -I../include -I../db -# EXPORT DELETE START -CRYPTOENVDEF= -DSTARTTLS -DSASL=20115 -# EXPORT DELETE END -ENVDEF= -DNETINET6 -DTCPWRAPPERS $(CRYPTOENVDEF) +ENVDEF= -DNETINET6 -DTCPWRAPPERS -DSTARTTLS -DSASL=20115 SUNENVDEF= -DSUN_EXTENSIONS -DVENDOR_DEFAULT=VENDOR_SUN \ -DSUN_INIT_DOMAIN -DSUN_SIMPLIFIED_LDAP -D_FFR_LOCAL_DAEMON \ -D_FFR_MAIL_MACRO @@ -90,13 +84,4 @@ clean: lint: lint_SRCS -# EXPORT DELETE START -EXPORT_SRC: - $(RM) Makefile+ - $(SED) -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \ - < Makefile > Makefile+ - $(MV) Makefile+ Makefile - $(CHMOD) 444 Makefile -# EXPORT DELETE END - include ../../Makefile.targ |
