aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/praliases/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 /usr.sbin/praliases/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 'usr.sbin/praliases/Makefile')
-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 57fbaa038808..6b242a2f34af 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>