Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/raidctl Move COPTS to CPPFLAGS. Nuke some no-longer ne...
details: https://anonhg.NetBSD.org/src/rev/572c8ce08f59
branches: trunk
changeset: 467569:572c8ce08f59
user: oster <oster%NetBSD.org@localhost>
date: Fri Mar 26 00:46:05 1999 +0000
description:
Move COPTS to CPPFLAGS. Nuke some no-longer needed compile options.
diffstat:
sbin/raidctl/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 76c509cb92f6 -r 572c8ce08f59 sbin/raidctl/Makefile
--- a/sbin/raidctl/Makefile Fri Mar 26 00:45:01 1999 +0000
+++ b/sbin/raidctl/Makefile Fri Mar 26 00:46:05 1999 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.4 1999/02/04 14:50:31 oster 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
-COPTS+= -DCSRG_BASED -DNARROWPROTO -DRF_UTILITY=1 -DSIMULATE=1
-CPPFLAGS+= -I${LOOKHERE}
+CPPFLAGS+= -DRF_UTILITY=1 -I${LOOKHERE}
.PATH: ${LOOKHERE}
DPADD= ${LIBUTIL}
Home |
Main Index |
Thread Index |
Old Index