More stuff for Citrus.
[dragonfly/netmp.git] / lib / libsmutil / Makefile
blob4a2c261511859a345c54cf33fef9f2443106b6d6
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.3 2004/01/31 06:56:39 dillon Exp $
4 SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
5 .PATH: ${SENDMAIL_DIR}/libsmutil
7 CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include -I.
8 CFLAGS+=-DNEWDB -DNIS -DMAP_REGEX -DNOT_SENDMAIL
10 # User customizations to the sendmail build environment
11 CFLAGS+=${SENDMAIL_CFLAGS}
13 LIB= smutil
15 SRCS+= sm_os.h
16 SRCS+= debug.c err.c lockfile.c safefile.c snprintf.c cf.c
17 CLEANFILES+=sm_os.h
19 INTERNALLIB= true
21 sm_os.h:
22 ln -sf ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h sm_os.h
24 .include <bsd.lib.mk>