Module Name:    src
Committed By:   rmind
Date:           Sat Nov 16 14:00:57 UTC 2013

Modified Files:
        src/sys/rump/net: Makefile.rumpnetcomp

Log Message:
Move rumpnet_bpfjit under MKSLJIT as well.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/rump/net/Makefile.rumpnetcomp

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/net/Makefile.rumpnetcomp
diff -u src/sys/rump/net/Makefile.rumpnetcomp:1.9 src/sys/rump/net/Makefile.rumpnetcomp:1.10
--- src/sys/rump/net/Makefile.rumpnetcomp:1.9	Sat Nov 16 01:39:18 2013
+++ src/sys/rump/net/Makefile.rumpnetcomp	Sat Nov 16 14:00:57 2013
@@ -1,11 +1,15 @@
-#	$NetBSD: Makefile.rumpnetcomp,v 1.9 2013/11/16 01:39:18 rmind Exp $
+#	$NetBSD: Makefile.rumpnetcomp,v 1.10 2013/11/16 14:00:57 rmind Exp $
 #
 
 .include <bsd.own.mk>
 
-RUMPNETCOMP=	agr bpfjit bridge net net80211 netbt netinet netinet6
+RUMPNETCOMP=	agr bridge net net80211 netbt netinet netinet6
 RUMPNETCOMP+=	netmpls npf local shmif
 
+.if ${MKSLJIT} != "no"
+RUMPNETCOMP+=	bpfjit
+.endif
+
 .if ${RUMP_VIRTIF:Uyes} == "yes"
 RUMPNETCOMP+=	virtif
 .endif

Reply via email to