summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/sendmail/libsmutil/Makefile
blob: 01ae1a7d09b04fd786fb474b123db2c5208604e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#	$NetBSD: Makefile,v 1.4 2001/12/12 12:24:21 lukem Exp $

NOSHARE=	# defined
NOPIC=		# defined
NOPROFILE=	# defined

.include <bsd.own.mk>

DIST=		${.CURDIR}/../../../dist
.PATH: ${DIST}/sendmail/libsmutil

LIB=		smutil

CPPFLAGS+=	-DNOT_SENDMAIL

SRCS=		debug.c errstring.c lockfile.c safefile.c snprintf.c

libinstall::

.include <bsd.lib.mk>
atoster