repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
btrfs: Attempt to fix GCC2 build.
[haiku.git]
/
src
/
bin
/
network
/
netstat
/
Jamfile
blob
64e71428ae3762b875fa0b111c33b78265f1915a
1
SubDir HAIKU_TOP src bin network netstat ;
2
3
UsePrivateHeaders net ;
4
UsePrivateSystemHeaders ; # for syscalls.h
5
6
BinCommand netstat :
7
netstat.cpp
8
: libnetwork.so
9
;