head	1.2;
access;
symbols
	RELENG_5_2_1_RELEASE:1.1
	RELENG_5_2_0_RELEASE:1.1
	RELENG_5_2:1.1.0.6
	RELENG_5_2_BP:1.1
	RELENG_5_1_0_RELEASE:1.1
	RELENG_5_1:1.1.0.4
	RELENG_5_1_BP:1.1
	RELENG_5_0_0_RELEASE:1.1
	RELENG_5_0:1.1.0.2
	RELENG_5_0_BP:1.1;
locks; strict;
comment	@# @;


1.2
date	2004.03.16.12.28.40;	author scottl;	state dead;
branches;
next	1.1;

1.1
date	2002.10.20.08.17.34;	author scottl;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove the RAIDframe userland tool.
@
text
@#	$FreeBSD: src/sbin/raidctl/Makefile,v 1.1 2002/10/20 08:17:34 scottl Exp $
#	$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>
@


1.1
log
@After much delay and anticipation, welcome RAIDFrame into the FreeBSD
world.  This should be considered highly experimental.

Approved-by:	re
@
text
@d1 1
a1 1
#	$FreeBSD$
@

