minix3/tests/fbdtest/Makefile

12 lines
128 B
Makefile
Raw Normal View History

2020-02-21 00:59:27 +05:30
# Makefile for rwblocks
.include <bsd.own.mk>
PROG= rwblocks
SRCS= rwblocks.c
MAN=
BINDIR?=/usr/sbin
.include <bsd.prog.mk>