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
	quit.cpp
	setversion.cpp
	shutdown.cpp
	version.cpp
	yes.cpp
	: be ;

StdBinCommands
	catattr.cpp
	roster.cpp
	: be stdc++.r4 ;
	
StdBinCommands
	mail.cpp
	: be /boot/beos/system/lib/libmail.so ;

StdBinCommands
	chop.c
	echo.c
	eject.c
	hd.c
	listarea.c
	listimage.c
	listport.c
	listsem.c
	mount.c
	prio.c
	ps.c
	renice.c
	rescan.c
	sysinfo.c
	unchop.c
	unmount.c
	waitfor.c
	whoami.c
	;

#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 ;
SubInclude OBOS_TOP src apps bin pc ;
SubInclude OBOS_TOP src apps bin sed ;

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