]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libsmutil/Makefile
This commit was generated by cvs2svn to compensate for changes in r84685,
[FreeBSD/FreeBSD.git] / lib / libsmutil / Makefile
1 # $FreeBSD$
2
3 MAINTAINER=     gshapiro@FreeBSD.org
4
5 SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
6 .PATH:  ${SENDMAIL_DIR}/libsmutil
7
8 CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include
9 CFLAGS+=-DNEWDB -DNIS -DMAP_REGEX -DNOT_SENDMAIL
10
11 # User customizations to the sendmail build environment
12 CFLAGS+=${SENDMAIL_CFLAGS}
13
14 LIB=    smutil
15
16 SRCS+=  debug.c errstring.c lockfile.c safefile.c snprintf.c strl.c
17
18 INTERNALLIB=            true
19 NOPIC=                  true
20 INTERNALSTATICLIB=      true
21
22 .include <bsd.lib.mk>