minix/test/ds/Makefile

15 lines
194 B
Makefile
Raw Normal View History

2012-08-31 20:02:22 +02:00
# Makefile for DS tests
PROG= dstest subs
SRCS.dstest= dstest.c
SRCS.subs= subs.c
2012-08-31 20:02:22 +02:00
DPADD+= ${LIBSYS}
LDADD+= -lsys
2012-08-31 20:02:22 +02:00
MAN=
2012-08-31 20:02:22 +02:00
BINDIR?= /usr/sbin
2012-08-31 20:02:22 +02:00
.include "Makefile.inc"
.include <minix.service.mk>