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:
François Revol 2002-12-03 19:56:29 +00:00
parent 30dbdd96f9
commit 8c852f3236
2 changed files with 12 additions and 0 deletions

View File

@ -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 ;

View File

@ -0,0 +1,9 @@
SubDir OBOS_TOP src apps bin addattr ;
BinCommand addattr :
addAttr.cpp
main.cpp
messages.cpp
: be
;