Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/net Make it possible to not build virtif since it's...
details: https://anonhg.NetBSD.org/src/rev/359b15d8c325
branches: trunk
changeset: 788977:359b15d8c325
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Aug 01 13:11:22 2013 +0000
description:
Make it possible to not build virtif since it's not supported
on all hosts.
(no change to NetBSD)
diffstat:
sys/rump/net/Makefile.rumpnetcomp | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r b25666088b70 -r 359b15d8c325 sys/rump/net/Makefile.rumpnetcomp
--- a/sys/rump/net/Makefile.rumpnetcomp Thu Aug 01 11:30:38 2013 +0000
+++ b/sys/rump/net/Makefile.rumpnetcomp Thu Aug 01 13:11:22 2013 +0000
@@ -1,8 +1,14 @@
-# $NetBSD: Makefile.rumpnetcomp,v 1.6 2013/07/18 15:59:27 kefren Exp $
+# $NetBSD: Makefile.rumpnetcomp,v 1.7 2013/08/01 13:11:22 pooka Exp $
#
+.include <bsd.own.mk>
+
RUMPNETCOMP= agr bridge net net80211 netbt netinet netmpls npf
-RUMPNETCOMP+= local shmif virtif
+RUMPNETCOMP+= local shmif
+
+.if ${RUMP_VIRTIF:Uyes} == "yes"
+RUMPNETCOMP+= virtif
+.endif
RUMPNETSOCKIN= sockin
Home |
Main Index |
Thread Index |
Old Index