Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/dev/lib/libugenhc duh, the untypoed version doesn't...



details:   https://anonhg.NetBSD.org/src/rev/a282f4ded66e
branches:  trunk
changeset: 786421:a282f4ded66e
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Apr 28 10:16:52 2013 +0000

description:
duh, the untypoed version doesn't work with bsd.ioconf.mk.  comment it
out while i figure it out

diffstat:

 sys/rump/dev/lib/libugenhc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a471fe520828 -r a282f4ded66e sys/rump/dev/lib/libugenhc/Makefile
--- a/sys/rump/dev/lib/libugenhc/Makefile       Sun Apr 28 10:06:16 2013 +0000
+++ b/sys/rump/dev/lib/libugenhc/Makefile       Sun Apr 28 10:16:52 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2013/04/28 10:06:16 pooka Exp $
+#      $NetBSD: Makefile,v 1.5 2013/04/28 10:16:52 pooka Exp $
 #
 
 LIB=   rumpdev_ugenhc
@@ -8,7 +8,7 @@
 
 CPPFLAGS+=     -I${RUMPTOP}/librump/rumpkern
 
-RUMPCOMP_USER= ioctl
+#RUMPCOMP_USER= #ioctl
 
 .include <bsd.lib.mk>
 .include <bsd.klinks.mk>



Home | Main Index | Thread Index | Old Index