etc/services - sync with NetBSD-8
[minix.git] / minix / tests / blocktest / Makefile
blobb13ba095cc022f8acce8ae9903e7ed64f9e5d3ba
1 # Makefile for the Block Device Driver Test driver (blocktest)
2 PROG= blocktest
3 SRCS= blocktest.c
4 FILES= system.conf support.sh test.sh README
6 DPADD+= ${LIBSYS}
7 LDADD+= -lsys
9 MAN=
11 BINDIR?= /usr/tests/minix-posix/blocktest
12 FILESDIR?= /usr/tests/minix-posix/blocktest
14 .include "Makefile.inc"
15 .include <minix.service.mk>