NetBSD/sbin/bioctl/Makefile
xtraeme d3f615b78d - Remove the code for softraid, it's unlikely that NetBSD will support
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.
2007-11-04 08:25:04 +00:00

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>