dmsg - Formalize most of the debugging output, cleanup, fix uninit bug
[dragonfly.git] / lib / libsmutil / Makefile
1 # $FreeBSD: src/lib/libsmutil/Makefile,v 1.1.2.5 2002/07/19 18:46:26 ru Exp $
2 # $DragonFly: src/lib/libsmutil/Makefile,v 1.9 2007/04/14 17:43:48 gshapiro Exp $
3
4 SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail-8.14
5 .PATH:  ${SENDMAIL_DIR}/libsmutil
6
7 CFLAGS+=-I${SENDMAIL_DIR}/sendmail -I${SENDMAIL_DIR}/include -I.
8 CFLAGS+=-DNEWDB -DNIS -DMAP_REGEX -DNOT_SENDMAIL
9
10 # User customizations to the sendmail build environment
11 CFLAGS+=${SENDMAIL_CFLAGS}
12
13 LIB=    smutil
14
15 SRCS+=  sm_os.h
16 SRCS+=  debug.c err.c lockfile.c safefile.c snprintf.c cf.c
17 CLEANFILES+=sm_os.h
18 WARNS?= 2
19
20 INTERNALLIB=            true
21
22 sm_os.h:
23         ${LN} -sf ${SENDMAIL_DIR}/include/sm/os/sm_os_dragonfly.h sm_os.h
24
25 .include <bsd.lib.mk>