minix/test/ds/Makefile
David van Moolenbroek 087ace4459 tests: fix DS tests
2012-09-03 12:20:16 +00:00

15 lines
194 B
Makefile

# 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>