summaryrefslogtreecommitdiffstats
path: root/lib/libsmdb
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 /lib/libsmdb
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 'lib/libsmdb')
-rw-r--r--lib/libsmdb/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libsmdb/Makefile b/lib/libsmdb/Makefile
index 1b4c33e..4aa78a1 100644
--- a/lib/libsmdb/Makefile
+++ b/lib/libsmdb/Makefile
@@ -6,6 +6,9 @@ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include
CFLAGS+=-DNEWDB -DNOT_SENDMAIL
+# User customizations to the sendmail build environment
+CFLAGS+=${SENDMAIL_CFLAGS}
+
LIB= smdb
SRCS+= smdb.c smdb1.c smdb2.c smndbm.c
OpenPOWER on IntegriCloud