summaryrefslogtreecommitdiff
path: root/external/bsd/kyua-cli/lib/store/Makefile
blob: b1118e32e90f78cca3e8c1174d3e1b617124d995 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.1 2013/02/23 14:16:50 jmmv Exp $

KYUA_LIBS=	utils

.include <bsd.init.mk>

.PATH:		${SRCDIR}/store

LIB=		store

WARNS?=		3

SRCS=		backend.cpp \
		dbtypes.cpp \
		exceptions.cpp \
		metadata.cpp \
		transaction.cpp

.include <bsd.lib.mk>