Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/net/rumptest Add components necessary for bpf suppo...
details: https://anonhg.NetBSD.org/src/rev/927eec78e5df
branches: trunk
changeset: 750956:927eec78e5df
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Jan 19 22:47:46 2010 +0000
description:
Add components necessary for bpf support (commented out just for
the sheer heck of it).
diffstat:
sys/rump/net/rumptest/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 798743a89fe7 -r 927eec78e5df sys/rump/net/rumptest/Makefile
--- a/sys/rump/net/rumptest/Makefile Tue Jan 19 22:46:33 2010 +0000
+++ b/sys/rump/net/rumptest/Makefile Tue Jan 19 22:47:46 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2009/10/14 17:34:08 pooka Exp $
+# $NetBSD: Makefile,v 1.8 2010/01/19 22:47:46 pooka Exp $
#
PROG= rumptest_net
@@ -10,6 +10,9 @@
-lrumpuser -lpthread
CPPFLAGS+= -DFULL_NETWORK_STACK
+# uncomment for bpf support
+#LDADD+= -lrumpdev_bpf -lrumpdev -lrumpvfs
+
# use protocol families provided by host kernel sockets
#LDADD= -lrump -lrumpnet -lrumpnet_sockin -lrumpuser -lpthread
Home |
Main Index |
Thread Index |
Old Index