1#	$NetBSD$
2
3PROG=	bioctl
4SRCS=   bioctl.c strtonum.c
5MAN=	bioctl.8
6
7.include <bsd.prog.mk>
8