From 1f7ac54fbd544b90729437bc61f76addab082c01 Mon Sep 17 00:00:00 2001 From: gshapiro Date: Sun, 17 Sep 2000 00:41:33 +0000 Subject: Give users a way to alter the sendmail (and related utilities) build environment so they can enable functionality such as SASL, LDAP, Hesiod. --- libexec/mail.local/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libexec/mail.local') diff --git a/libexec/mail.local/Makefile b/libexec/mail.local/Makefile index 1a61dd8..62047c6 100644 --- a/libexec/mail.local/Makefile +++ b/libexec/mail.local/Makefile @@ -21,4 +21,10 @@ 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} + .include -- cgit v1.1