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

43 lines
734 B
Plaintext
Raw Normal View History

SubDir OBOS_TOP src apps bin ;
StdBinCommands
alert.cpp
clipboard.cpp
: be ;
StdBinCommands
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
waitfor.c
;
#SubInclude OBOS_TOP src apps bin gnu ;
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 ;