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
/
mount_nfs
/
Jamfile
blob
db1c8c389ee2a2f728a67897896dbf721944df7e
1
SubDir HAIKU_TOP src bin network mount_nfs ;
2
3
UsePrivateHeaders net ;
4
5
#AddResources mount_nfs : mount_nfs.rdef ;
6
7
BinCommand mount_nfs :
8
mount_nfs.cpp
9
: libnetwork.so [ TargetLibsupc++ ]
10
;