diff options
author | Peter Galbavy <peter@cvs.openbsd.org> | 1999-07-30 14:45:34 +0000 |
---|---|---|
committer | Peter Galbavy <peter@cvs.openbsd.org> | 1999-07-30 14:45:34 +0000 |
commit | 2d131282dabeb59997e716557431544d132defee (patch) | |
tree | 36b98c66a45bd7e085f283abb47dcf53504808af /sbin/raidctl/Makefile | |
parent | aad8058264cfbb51ec169e8ecd7f04209b706634 (diff) |
Update RAIDframe from NetBSD-current as of 1999/07/26.
Please note that you *must* follow the upgrade instructions at
http://www.cs.usask.ca/staff/oster/clabel_upgrade.html
before installing the new raidctl and new kernel using this code.
Diffstat (limited to 'sbin/raidctl/Makefile')
-rw-r--r-- | sbin/raidctl/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sbin/raidctl/Makefile b/sbin/raidctl/Makefile index b2fbf126fd9..d87379a608d 100644 --- a/sbin/raidctl/Makefile +++ b/sbin/raidctl/Makefile @@ -1,13 +1,12 @@ -# $OpenBSD: Makefile,v 1.3 1999/05/21 17:59:54 deraadt Exp $ -# $NetBSD: Makefile,v 1.4 1999/02/04 14:50:31 oster Exp $ +# $OpenBSD: Makefile,v 1.4 1999/07/30 14:45:31 peter Exp $ +# $NetBSD: Makefile,v 1.5 1999/03/26 00:46:05 oster Exp $ PROG= raidctl SRCS= rf_configure.c rf_layout.c rf_strutils.c raidctl.c MAN= raidctl.8 LOOKHERE = ${.CURDIR}/../../sys/dev/raidframe -CFLAGS+= -DCSRG_BASED -DNARROWPROTO -DRF_UTILITY=1 -DSIMULATE=1 -CPPFLAGS+= -I${LOOKHERE} +CPPFLAGS+= -DRF_UTILITY=1 -I${LOOKHERE} .PATH: ${LOOKHERE} DPADD= ${LIBUTIL} |