6c2d6f6c4f
find the needed include files.
12 lines
187 B
Makefile
12 lines
187 B
Makefile
# $NetBSD: Makefile,v 1.9 2001/10/04 16:03:05 oster Exp $
|
|
PROG= raidctl
|
|
SRCS= rf_configure.c raidctl.c
|
|
MAN= raidctl.8
|
|
|
|
WARNS=2
|
|
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
|
|
.include <bsd.prog.mk>
|