summaryrefslogtreecommitdiffstats
path: root/lib/libsmutil/Makefile
blob: 237159c03be2810d39184811976a119c23a664f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

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

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>
OpenPOWER on IntegriCloud