Add components necessary for bpf support (commented out just for
the sheer heck of it).
This commit is contained in:
parent
93750266f6
commit
89a3fc440c
@ -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 @@ LDADD= -lrump -lrumpnet -lrumpnet_net -lrumpnet_netinet -lrumpnet_virtif \
|
||||
-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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user