git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7536 a95241bf-73f2-0310-859d-f6bbb57e9c96
108 lines
2.1 KiB
Plaintext
108 lines
2.1 KiB
Plaintext
SubDir OBOS_TOP src apps bin ;
|
|
|
|
StdBinCommands
|
|
alert.cpp
|
|
beep.cpp
|
|
clipboard.cpp
|
|
df.cpp
|
|
ffm.cpp
|
|
iroster.cpp
|
|
isvolume.cpp
|
|
listattr.cpp
|
|
lsindex.cpp
|
|
modifiers.cpp
|
|
open.cpp
|
|
play.cpp
|
|
query.cpp
|
|
quit.cpp
|
|
setversion.cpp
|
|
shutdown.cpp
|
|
version.cpp
|
|
yes.cpp
|
|
: be ;
|
|
|
|
StdBinCommands
|
|
sleep.cpp
|
|
: root ;
|
|
#UsePrivateHeaders kernel ;
|
|
#StdBinCommands
|
|
# factor.cpp
|
|
# : be ;
|
|
|
|
StdBinCommands
|
|
translate.cpp
|
|
: be translation ;
|
|
|
|
StdBinCommands
|
|
installsound.cpp
|
|
: be media ;
|
|
|
|
StdBinCommands
|
|
catattr.cpp
|
|
roster.cpp
|
|
: be stdc++.r4 ;
|
|
|
|
StdBinCommands
|
|
mail.cpp
|
|
: be /boot/beos/system/lib/libmail.so ;
|
|
|
|
StdBinCommands
|
|
chop.c
|
|
# clear.c
|
|
# csplit.c
|
|
driveinfo.c
|
|
echo.c
|
|
eject.c
|
|
hd.c
|
|
listarea.c
|
|
listimage.c
|
|
listport.c
|
|
listsem.c
|
|
mount.c
|
|
prio.c
|
|
ps.c
|
|
release.c
|
|
renice.c
|
|
rescan.c
|
|
rmattr.cpp
|
|
sysinfo.c
|
|
# tput.c
|
|
unchop.c
|
|
unmount.c
|
|
waitfor.c
|
|
whoami.c
|
|
;
|
|
|
|
SubInclude OBOS_TOP src apps bin addattr ;
|
|
SubInclude OBOS_TOP src apps bin chkbfs ;
|
|
#SubInclude OBOS_TOP src apps bin coreutils-5.0 ;
|
|
SubInclude OBOS_TOP src apps bin desklink ;
|
|
SubInclude OBOS_TOP src apps bin diffutils-2.8.1 ;
|
|
#SubInclude OBOS_TOP src apps bin gnu ;
|
|
SubInclude OBOS_TOP src apps bin grep-2.5 ;
|
|
SubInclude OBOS_TOP src apps bin less-381 ;
|
|
SubInclude OBOS_TOP src apps bin listdev ;
|
|
SubInclude OBOS_TOP src apps bin makeudfimage ;
|
|
SubInclude OBOS_TOP src apps bin mkdos ;
|
|
SubInclude OBOS_TOP src apps bin pc ;
|
|
#SubInclude OBOS_TOP src apps bin sed ;
|
|
SubInclude OBOS_TOP src apps bin sed-4.0.9 ;
|
|
SubInclude OBOS_TOP src apps bin sharutils-4.2.1 ;
|
|
|
|
# RCS commands
|
|
SubInclude OBOS_TOP src apps bin rcs ;
|
|
# Network command line tools
|
|
SubInclude OBOS_TOP src apps bin arp ;
|
|
SubInclude OBOS_TOP src apps bin ifconfig ;
|
|
SubInclude OBOS_TOP src apps bin pppconfig ;
|
|
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 ;
|
|
SubInclude OBOS_TOP src apps bin gzip ;
|
|
SubInclude OBOS_TOP src apps bin bzip2 ;
|
|
SubInclude OBOS_TOP src apps bin tar ;
|