Added addattr to the build (source was here, but no Jamfile).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2156 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
30dbdd96f9
commit
8c852f3236
@ -42,6 +42,7 @@ StdBinCommands
|
||||
;
|
||||
|
||||
#SubInclude OBOS_TOP src apps bin gnu ;
|
||||
SubInclude OBOS_TOP src apps bin addattr ;
|
||||
SubInclude OBOS_TOP src apps bin chkbfs ;
|
||||
SubInclude OBOS_TOP src apps bin listdev ;
|
||||
SubInclude OBOS_TOP src apps bin mkdos ;
|
||||
@ -54,5 +55,7 @@ SubInclude OBOS_TOP src apps bin ifconfig ;
|
||||
SubInclude OBOS_TOP src apps bin ping ;
|
||||
SubInclude OBOS_TOP src apps bin route ;
|
||||
SubInclude OBOS_TOP src apps bin traceroute ;
|
||||
|
||||
# Compression command line tools
|
||||
SubInclude OBOS_TOP src apps bin unzip ;
|
||||
SubInclude OBOS_TOP src apps bin zip ;
|
||||
|
9
src/apps/bin/addattr/Jamfile
Normal file
9
src/apps/bin/addattr/Jamfile
Normal file
@ -0,0 +1,9 @@
|
||||
SubDir OBOS_TOP src apps bin addattr ;
|
||||
|
||||
BinCommand addattr :
|
||||
addAttr.cpp
|
||||
main.cpp
|
||||
messages.cpp
|
||||
: be
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user