minix/test/blocktest/Makefile
David van Moolenbroek fc34180cca Add "blocktest" test, for testing block drivers
The test is located in test/blocktest. It requires hand-editing of
its configuration, and is not part of any automated test set.
2011-11-07 14:55:55 +01:00

14 lines
216 B
Makefile

# Makefile for the Block Device Driver Test driver (blocktest)
PROG= blocktest
SRCS= blocktest.c optset.c
DPADD+= ${LIBSYS}
LDADD+= -lsys
CPPFLAGS+=-I${MINIXSRCDIR}
MAN=
BINDIR?= /usr/sbin
.include <bsd.prog.mk>