1# $NetBSD: Makefile,v 1.11 2005/02/09 14:21:37 xtraeme Exp $ 2 3PROG= raidctl 4SRCS= rf_configure.c raidctl.c 5MAN= raidctl.8 6 7WARNS= 3 8 9DPADD= ${LIBUTIL} 10LDADD= -lutil 11 12.include <bsd.prog.mk> 13