summaryrefslogtreecommitdiff
path: root/sbin/raidctl/Makefile
blob: f3e419ff66e2d71842acc95865bea2f85c884047 (plain)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile,v 1.16 2010/12/15 18:37:55 pooka Exp $

RUMPPRG=raidctl 
SRCS=	rf_configure.c raidctl.c
MAN=	raidctl.8

DPADD=  ${LIBUTIL}
LDADD=  -lutil

.include <bsd.prog.mk>