summaryrefslogtreecommitdiff
path: root/minix/tests/ds/Makefile
blob: 2ecd7e3c0777da9c8290f312dc31d3e024cd0773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Makefile for DS tests
PROG=	dstest subs
SRCS.dstest=	dstest.c
SRCS.subs=	subs.c

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

MAN=

BINDIR?= /usr/sbin

.include "Makefile.inc"
.include <minix.service.mk>