summaryrefslogtreecommitdiffstats
path: root/bin/rmail/Makefile
diff options
context:
space:
mode:
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 a094671..87bd3c9 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
OpenPOWER on IntegriCloud