Module Name: src
Committed By: pooka
Date: Tue Nov 17 15:36:28 UTC 2009
Modified Files:
src/sys/rump/librump: Makefile
Log Message:
Don't build rumpuser if NORUMPUSER is set.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/rump/librump/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/librump/Makefile
diff -u src/sys/rump/librump/Makefile:1.6 src/sys/rump/librump/Makefile:1.7
--- src/sys/rump/librump/Makefile:1.6 Thu Sep 3 15:35:58 2009
+++ src/sys/rump/librump/Makefile Tue Nov 17 15:36:28 2009
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2009/09/03 15:35:58 pooka Exp $
+# $NetBSD: Makefile,v 1.7 2009/11/17 15:36:28 pooka Exp $
#
SUBDIR= rumpkern
+.if !defined(NORUMPUSER)
SUBDIR+= rumpuser
+.endif
SUBDIR+= rumpcrypto rumpdev rumpnet rumpvfs