Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/raidctl Remove cruft. We no longer need to look into s...



details:   https://anonhg.NetBSD.org/src/rev/5729fb4e6827
branches:  trunk
changeset: 515763:5729fb4e6827
user:      oster <oster%NetBSD.org@localhost>
date:      Thu Oct 04 16:03:05 2001 +0000

description:
Remove cruft.  We no longer need to look into sys/dev/raidframe to
find the needed include files.

diffstat:

 sbin/raidctl/Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (20 lines):

diff -r f45695618375 -r 5729fb4e6827 sbin/raidctl/Makefile
--- a/sbin/raidctl/Makefile     Thu Oct 04 16:02:08 2001 +0000
+++ b/sbin/raidctl/Makefile     Thu Oct 04 16:03:05 2001 +0000
@@ -1,15 +1,10 @@
-#      $NetBSD: Makefile,v 1.8 2001/01/27 19:32:47 oster Exp $
+#      $NetBSD: Makefile,v 1.9 2001/10/04 16:03:05 oster Exp $
 PROG=  raidctl 
 SRCS=  rf_configure.c raidctl.c
 MAN=   raidctl.8
 
 WARNS=2
 
-LOOKHERE = ${.CURDIR}/../../sys/dev/raidframe
-
-CPPFLAGS+= -DRF_UTILITY=1 -I${LOOKHERE}
-.PATH:    ${LOOKHERE}
-
 DPADD=  ${LIBUTIL}
 LDADD=  -lutil
 



Home | Main Index | Thread Index | Old Index