Deleted Added
sdiff udiff text old ( 64567 ) new ( 65970 )
full compact
1# $FreeBSD: head/lib/libsmutil/Makefile 64567 2000-08-12 22:39:25Z gshapiro $
2
3SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
4.PATH: ${SENDMAIL_DIR}/libsmutil
5
6CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include
7CFLAGS+=-DNEWDB -DNIS -DMAP_REGEX -DNOT_SENDMAIL
8
9LIB= smutil
10
11SRCS+= debug.c errstring.c lockfile.c safefile.c snprintf.c strl.c
12
13INTERNALLIB= true
14NOPIC= true
15INTERNALSTATICLIB= true
16
17.include <bsd.lib.mk>