1# $MirOS: src/gnu/usr.sbin/sendmail/libsmutil/Makefile,v 1.6 2010/12/19 17:54:16 tg Exp $
2# $OpenBSD: Makefile,v 1.6 2010/02/03 20:49:00 miod Exp $
3
4LIB=	smutil
5SRCS=	debug.c err.c lockfile.c safefile.c snprintf.c cf.c
6ENVDEF=	-DNOT_SENDMAIL
7
8# This is not a library that gets installed so only build the .a version
9NOPIC=	yes
10
11.include <bsd.lib.mk>
12