1#	$NetBSD: Makefile,v 1.15 2010/11/08 12:42:35 pooka Exp $
2
3RUMPPRG=raidctl 
4SRCS=	rf_configure.c raidctl.c
5MAN=	raidctl.8
6
7DPADD=  ${LIBUTIL}
8LDADD=  -lutil
9
10.include <bsd.prog.mk>
11