xref: /minix3/minix/tests/fbdtest/Makefile (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
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