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
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
bin
/
fwcontrol
/
Jamfile
blob
9cf8bda4679f313267ee04d91109fdb542e02068
1
SubDir HAIKU_TOP src bin fwcontrol ;
2
3
UseHeaders [ FDirName $(HAIKU_TOP) headers compatibility bsd ] : true ;
4
UsePrivateHeaders firewire ;
5
SubDirCcFlags [ FDefines _BSD_SOURCE=1 ] ;
6
7
BinCommand fwcontrol :
8
eui64.c
9
fwcrom.c
10
fwdv.c
11
fwmpegts.c
12
fwcontrol.c
13
: libbsd.so
14
;