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 typo



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

description:
typo

diffstat:

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

diffs (18 lines):

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



Home | Main Index | Thread Index | Old Index