NetBSD/sbin/bioctl/Makefile
bouyer 982bad256f Add bio(4) and associated bioctl(8) from OpenBSD, a driver control block
device controllers, and more specifically raid controllers.
Add a new sensor type, ENVSYS_DRIVE, to report drive status. From OpenBSD.
Add bio and sysmon support to mfi(4). This allow userland to query
status for drives and logical volumes attached to a mfi(4) controller. While
there fix some debug printfs in mfi so they compile.
Add bio(4) to amd64 and i386 GENERIC.
2007-05-01 17:18:52 +00:00

11 lines
176 B
Makefile

# $OpenBSD: Makefile,v 1.8 2006/11/26 11:31:08 deraadt Exp $
PROG= bioctl
SRCS= bioctl.c strtonum.c
MAN= bioctl.8
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>