Deleted Added
full compact
Makefile (64567) Makefile (65970)
1# $FreeBSD: head/lib/libsmutil/Makefile 64567 2000-08-12 22:39:25Z gshapiro $
1# $FreeBSD: head/lib/libsmutil/Makefile 65970 2000-09-17 00:41:33Z 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
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
9# User customizations to the sendmail build environment
10CFLAGS+=${SENDMAIL_CFLAGS}
11
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>
12LIB= smutil
13
14SRCS+= debug.c errstring.c lockfile.c safefile.c snprintf.c strl.c
15
16INTERNALLIB= true
17NOPIC= true
18INTERNALSTATICLIB= true
19
20.include <bsd.lib.mk>