mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-09 07:06:38 -04:00
20 lines
264 B
Makefile
20 lines
264 B
Makefile
# $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>
|