d3f615b78d
this because we do have a working raidframe(4). - Miscellaneous cleanups and make the code WARNS=4 compliant. - Removed all stuff that doesn't apply to NetBSD.
13 lines
186 B
Makefile
13 lines
186 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
|
|
|
|
WARNS= 4
|
|
|
|
.include <bsd.prog.mk>
|