summaryrefslogtreecommitdiffstats
path: root/usr.sbin/praliases
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2000-09-17 00:41:33 +0000
committergshapiro <gshapiro@FreeBSD.org>2000-09-17 00:41:33 +0000
commit1f7ac54fbd544b90729437bc61f76addab082c01 (patch)
treeaf58a9af9d4cd2a6d511e3634e900e2dbb695f0c /usr.sbin/praliases
parente6283888c378965cfe51666cae94ca2b47308f7e (diff)
downloadFreeBSD-src-1f7ac54fbd544b90729437bc61f76addab082c01.zip
FreeBSD-src-1f7ac54fbd544b90729437bc61f76addab082c01.tar.gz
Give users a way to alter the sendmail (and related utilities) build
environment so they can enable functionality such as SASL, LDAP, Hesiod.
Diffstat (limited to 'usr.sbin/praliases')
-rw-r--r--usr.sbin/praliases/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/praliases/Makefile b/usr.sbin/praliases/Makefile
index 57fbaa0..6b242a2 100644
--- a/usr.sbin/praliases/Makefile
+++ b/usr.sbin/praliases/Makefile
@@ -27,4 +27,10 @@ LIBSMUTIL:= ${LIBSMUTILDIR}/libsmutil.a
DPADD+= ${LIBSMDB} ${LIBSMUTIL}
LDADD+= ${LIBSMDB} ${LIBSMUTIL}
+# User customizations to the sendmail build environment
+CFLAGS+=${SENDMAIL_CFLAGS}
+LDFLAGS+=${SENDMAIL_LDFLAGS}
+LDADD+=${SENDMAIL_LDADD}
+DPADD+=${SENDMAIL_DPADD}
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud