Files
haiku-beta6/src/apps/bin/Jamfile
T

58 lines
1019 B
Plaintext
Raw Normal View History

SubDir OBOS_TOP src apps bin ;
StdBinCommands
alert.cpp
beep.cpp
clipboard.cpp
df.cpp
2002-12-03 19:25:26 +00:00
ffm.cpp
2002-12-03 18:46:45 +00:00
iroster.cpp
isvolume.cpp
listattr.cpp
2002-12-03 18:46:45 +00:00
lsindex.cpp
setversion.cpp
shutdown.cpp
2002-12-03 18:46:45 +00:00
version.cpp
yes.cpp
: be ;
StdBinCommands
catattr.cpp
2002-12-03 18:46:45 +00:00
roster.cpp
: be stdc++.r4 ;
StdBinCommands
chop.c
echo.c
hd.c
listarea.c
listimage.c
listport.c
listsem.c
2002-07-25 02:56:47 +00:00
mount.c
prio.c
ps.c
renice.c
rescan.c
unchop.c
unmount.c
waitfor.c
2002-10-06 11:38:44 +00:00
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 ;
2002-10-02 21:32:10 +00:00
SubInclude OBOS_TOP src apps bin unzip ;
2002-10-10 21:41:17 +00:00
SubInclude OBOS_TOP src apps bin zip ;