freebsd-dev/sbin/raidctl/Makefile
Scott Long f9d186edc8 After much delay and anticipation, welcome RAIDFrame into the FreeBSD
world.  This should be considered highly experimental.

Approved-by:	re
2002-10-20 08:17:39 +00:00

15 lines
265 B
Makefile

# $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>