summaryrefslogtreecommitdiffstats
path: root/sbin/raidctl/Makefile
blob: 0705eab52a6d7b5b9118260d003849a7edfb572f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$FreeBSD$
#	$NetBSD: Makefile,v 1.7 2000/05/23 00:46:53 thorpej Exp $
PROG=	raidctl 
SRCS=	rf_configure.c raidctl.c
MAN8=	raidctl.8

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

CFLAGS+= -DRF_UTILITY=1 -I${LOOKHERE}

DPADD=  ${LIBUTIL}
LDADD=  -lutil

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud