xref: /minix3/minix/tests/ds/Makefile (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
1# Makefile for DS tests
2PROG=	dstest subs
3SRCS.dstest=	dstest.c
4SRCS.subs=	subs.c
5
6DPADD+=	${LIBSYS}
7LDADD+=	-lsys
8
9MAN=
10
11BINDIR?= /usr/sbin
12
13.include "Makefile.inc"
14.include <minix.service.mk>
15