summaryrefslogtreecommitdiffstats
path: root/usr.sbin/makemap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/makemap/Makefile')
-rw-r--r--usr.sbin/makemap/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/makemap/Makefile b/usr.sbin/makemap/Makefile
index d92368c..bd2d8c6 100644
--- a/usr.sbin/makemap/Makefile
+++ b/usr.sbin/makemap/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