2001-10-04 20:03:05 +04:00
|
|
|
# $NetBSD: Makefile,v 1.9 2001/10/04 16:03:05 oster Exp $
|
1998-11-13 07:34:02 +03:00
|
|
|
PROG= raidctl
|
2001-01-27 22:32:47 +03:00
|
|
|
SRCS= rf_configure.c raidctl.c
|
1998-11-13 07:34:02 +03:00
|
|
|
MAN= raidctl.8
|
|
|
|
|
2000-05-23 04:46:53 +04:00
|
|
|
WARNS=2
|
|
|
|
|
1998-11-13 07:34:02 +03:00
|
|
|
DPADD= ${LIBUTIL}
|
|
|
|
LDADD= -lutil
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|