xref: /minix/minix/tests/fbdtest/Makefile (revision 433d6423)
1# Makefile for rwblocks
2.include <bsd.own.mk>
3
4PROG=	rwblocks
5SRCS=	rwblocks.c
6
7MAN=
8
9BINDIR?=/usr/sbin
10
11.include <bsd.prog.mk>
12