summaryrefslogtreecommitdiff
path: root/sbin/raidctl/Makefile
blob: 25b3c163f957c76d80a4a46ba1ebdb5090d1fd03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$OpenBSD: Makefile,v 1.7 2002/06/09 08:13:09 todd Exp $
#	$NetBSD: Makefile,v 1.8 2001/01/27 19:32:47 oster Exp $
PROG=	raidctl
SRCS=	rf_configure.c raidctl.c
MAN=	raidctl.8

WARNS=2

LOOKHERE = ${.CURDIR}/../../sys/dev/raidframe

CPPFLAGS+= -DRF_UTILITY=1 -I${LOOKHERE}
.PATH:    ${LOOKHERE}

DPADD=  ${LIBUTIL}
LDADD=  -lutil

.include <bsd.prog.mk>