2c6eadc9ce
programs that did not compile before.
11 lines
183 B
Makefile
11 lines
183 B
Makefile
# $NetBSD: Makefile,v 1.12 2005/06/27 01:00:06 christos Exp $
|
|
|
|
PROG= raidctl
|
|
SRCS= rf_configure.c raidctl.c
|
|
MAN= raidctl.8
|
|
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
|
|
.include <bsd.prog.mk>
|