summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/sendmail/libsmdb/Makefile
blob: 2e2b702b8877b825f12772ee1c1f6097afff6a74 (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.3 2001/12/12 12:24:20 lukem Exp $

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

.include <bsd.own.mk>

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

LIB=		smdb

CPPFLAGS+=	-DNOT_SENDMAIL

SRCS=		smdb.c smdb1.c smdb2.c smndbm.c 

libinstall::

.include <bsd.lib.mk>