# Makefile for Data Store Server (DS)
PROG=	ds
SRCS=	main.c store.c

DPADD+=	${LIBSYS}
LDADD+=	-lsys

.include <minix.service.mk>
