2000-08-12 22:39:25 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-10-26 23:02:36 +00:00
|
|
|
MAINTAINER= gshapiro@FreeBSD.org
|
|
|
|
|
2000-08-12 22:39:25 +00:00
|
|
|
SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
|
|
|
|
.PATH: ${SENDMAIL_DIR}/libsmutil
|
|
|
|
|
|
|
|
CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include
|
|
|
|
CFLAGS+=-DNEWDB -DNIS -DMAP_REGEX -DNOT_SENDMAIL
|
|
|
|
|
2000-09-17 00:41:33 +00:00
|
|
|
# User customizations to the sendmail build environment
|
|
|
|
CFLAGS+=${SENDMAIL_CFLAGS}
|
|
|
|
|
2000-08-12 22:39:25 +00:00
|
|
|
LIB= smutil
|
|
|
|
|
|
|
|
SRCS+= debug.c errstring.c lockfile.c safefile.c snprintf.c strl.c
|
|
|
|
|
|
|
|
INTERNALLIB= true
|
|
|
|
NOPIC= true
|
|
|
|
INTERNALSTATICLIB= true
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|