Deleted Added
full compact
Makefile (65970) Makefile (67660)
1# $FreeBSD: head/lib/libsmutil/Makefile 65970 2000-09-17 00:41:33Z gshapiro $
1# $FreeBSD: head/lib/libsmutil/Makefile 67660 2000-10-26 23:02:36Z gshapiro $
2
2
3MAINTAINER= gshapiro@FreeBSD.org
4
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
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>
5SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
6.PATH: ${SENDMAIL_DIR}/libsmutil
7
8CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include
9CFLAGS+=-DNEWDB -DNIS -DMAP_REGEX -DNOT_SENDMAIL
10
11# User customizations to the sendmail build environment
12CFLAGS+=${SENDMAIL_CFLAGS}
13
14LIB= smutil
15
16SRCS+= debug.c errstring.c lockfile.c safefile.c snprintf.c strl.c
17
18INTERNALLIB= true
19NOPIC= true
20INTERNALSTATICLIB= true
21
22.include <bsd.lib.mk>