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. --- lib/libsmdb/Makefile | 3 +++ lib/libsmutil/Makefile | 3 +++ 2 files changed, 6 insertions(+) (limited to 'lib') 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 diff --git a/lib/libsmutil/Makefile b/lib/libsmutil/Makefile index 237159c..07b9cda 100644 --- a/lib/libsmutil/Makefile +++ b/lib/libsmutil/Makefile @@ -6,6 +6,9 @@ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include CFLAGS+=-DNEWDB -DNIS -DMAP_REGEX -DNOT_SENDMAIL +# User customizations to the sendmail build environment +CFLAGS+=${SENDMAIL_CFLAGS} + LIB= smutil SRCS+= debug.c errstring.c lockfile.c safefile.c snprintf.c strl.c -- cgit v1.1