Files
haiku-beta6/src/apps/bin/Jamfile
T
Axel Dörfler 2b99433ef9 Added a basic "chkbfs" command to the repository, doesn't fix anything yet,
though (boy, I am so lazy...).
Cleaned up the Jamfile a bit.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2065 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-22 20:15:12 +00:00

56 lines
997 B
Plaintext

SubDir OBOS_TOP src apps bin ;
StdBinCommands
alert.cpp
beep.cpp
clipboard.cpp
df.cpp
isvolume.cpp
lsindex.cpp
yes.cpp
version.cpp
listattr.cpp
setversion.cpp
shutdown.cpp
: be ;
StdBinCommands
roster.cpp
catattr.cpp
: be stdc++.r4 ;
StdBinCommands
chop.c
echo.c
hd.c
listarea.c
listimage.c
listport.c
listsem.c
mount.c
prio.c
ps.c
renice.c
rescan.c
unchop.c
unmount.c
waitfor.c
whoami.c
;
#SubInclude OBOS_TOP src apps bin gnu ;
SubInclude OBOS_TOP src apps bin chkbfs ;
SubInclude OBOS_TOP src apps bin listdev ;
SubInclude OBOS_TOP src apps bin mkdos ;
SubInclude OBOS_TOP src apps bin pc ;
# 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 ;
SubInclude OBOS_TOP src apps bin unzip ;
SubInclude OBOS_TOP src apps bin zip ;