aboutsummaryrefslogtreecommitdiff
path: root/bin/rmail/Makefile
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2000-09-17 00:41:33 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2000-09-17 00:41:33 +0000
commitcf1fec423af7716ba778ed1ca9f94211cccec534 (patch)
tree337d84bdd38fc7d00825f7aa98d34e3061b2137a /bin/rmail/Makefile
parent18a73213ecd2aaaabdb5f64bba424575ffdfcfb3 (diff)
downloadsrc-cf1fec423af7716ba778ed1ca9f94211cccec534.tar.gz
src-cf1fec423af7716ba778ed1ca9f94211cccec534.zip
Give users a way to alter the sendmail (and related utilities) build
environment so they can enable functionality such as SASL, LDAP, Hesiod.
Notes
Notes: svn path=/head/; revision=65970
Diffstat (limited to 'bin/rmail/Makefile')
-rw-r--r--bin/rmail/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/rmail/Makefile b/bin/rmail/Makefile
index a0946717b996..87bd3c95faa8 100644
--- a/bin/rmail/Makefile
+++ b/bin/rmail/Makefile
@@ -19,6 +19,12 @@ LIBSMUTIL:= ${LIBSMUTILDIR}/libsmutil.a
DPADD+= ${LIBSMUTIL}
LDADD+= ${LIBSMUTIL}
+# User customizations to the sendmail build environment
+CFLAGS+=${SENDMAIL_CFLAGS}
+LDFLAGS+=${SENDMAIL_LDFLAGS}
+LDADD+=${SENDMAIL_LDADD}
+DPADD+=${SENDMAIL_DPADD}
+
# If you want to have your rmail queuing the mail only, uncomment the
# following:
# CFLAGS+= -DQUEUE_ONLY