From 284b8252f5d0f0c07b7151a4c3e82b74f898e0d0 Mon Sep 17 00:00:00 2001 From: pooka Date: Sun, 28 Apr 2013 10:16:52 +0000 Subject: [PATCH] duh, the untypoed version doesn't work with bsd.ioconf.mk. comment it out while i figure it out --- sys/rump/dev/lib/libugenhc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/rump/dev/lib/libugenhc/Makefile b/sys/rump/dev/lib/libugenhc/Makefile index 5a8ecae2ce52..0c2b82ece556 100644 --- a/sys/rump/dev/lib/libugenhc/Makefile +++ b/sys/rump/dev/lib/libugenhc/Makefile @@ -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 @@ SRCS= ugenhc.c ugenhc_at_mainbus.c CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -RUMPCOMP_USER= ioctl +#RUMPCOMP_USER= #ioctl .include .include