Patch by "kaliber" (slightly modified): Adds

cardctl, compress, diff3, dump_cis, dump_cisreg, fmt, fold, ident,
install, installsound, merge, prio, pack_cis, pc, patch, rlog, unexpand,
updatedb, uudecode, uuencode, zipgrep
to the image.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20451 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2007-03-28 16:29:51 +00:00
parent 3f51dabd08
commit f332f5da9e
2 changed files with 17 additions and 11 deletions

View File

@ -20,19 +20,22 @@ if $(INCLUDE_GPL_ADDONS) = 1 {
GPL_ONLY = ; GPL_ONLY = ;
} }
BEOS_BIN = "[" addattr alert arp basename bc beep cat catattr chgrp chmod chop chown cksum clear BEOS_BIN = "[" addattr alert arp basename bc beep cat cardctl catattr chgrp chmod chop chown cksum clear
clockconfig cmp comm cp copyattr csplit ctags cut date dc dd desklink df diff dircolors dirname driveinfo clockconfig cmp comm compress cp copyattr csplit ctags cut date dc dd desklink df diff diff3 dircolors dirname driveinfo
dstcheck du echo eject env error expand expr factor false fdinfo ffm find finddir fortune ftp funzip gawk dstcheck du dump_cis dump_cisreg echo eject env error expand expr
$(X86_ONLY)gdb grep groups gzip head hey id ideinfo idestatus ifconfig iroster isvolume factor false fdinfo ffm find finddir fmt fold fortune ftp funzip gawk
$(X86_ONLY)gdb grep groups gzip gzexe hd head hey hostname
id ident ideinfo idestatus ifconfig <bin>install installsound iroster isvolume
join keymap kill less lessecho lesskey link listarea listattr listdev listimage join keymap kill less lessecho lesskey link listarea listattr listdev listimage
listport listres listsem ln locate logger logname ls lsindex m4 make makebootable md5sum mimeset listport listres listsem ln locate logger logname ls lsindex m4 make makebootable md5sum merge mimeset
mkdos mkdir mkindex modifiers mount mount_nfs mountvolume mv netstat nl od open mkdos mkdir mkindex modifiers mount mount_nfs mountvolume mv netstat nl od open
paste pathchk ping play playfile playsound playwav pr printenv printf ps ptx pwd pack_cis paste patch pathchk pc ping play playfile playsound playwav pr prio printenv printf ps ptx pwd
query quit release renice rescan rm rmattr rmindex rmdir roster route safemode screen_blanker sed settype query quit release renice rescan rlog rm rmattr rmindex rmdir roster route safemode screen_blanker sed settype
setversion setvolume seq sh shutdown sleep sort split strace stty su sum sync sysinfo setversion setvolume seq sh shar shutdown sleep sort split strace stty su sum sync sysinfo
tac tail tar tcpdump tee telnet test top touch tput tr traceroute translate true tsort tty uname unexpand unmount uniq unrar unzip tac tail tar tcpdump tee telnet test top touch tput tr traceroute translate true tsort tty
unzipsfx uptime usb_dev_info vdir version vim waitfor wc wget whoami xargs xres yes zdiff zforce zgrep zip uname unchop unexpand unmount uniq unrar unshar unzip unzipsfx updatedb uptime usb_dev_info uudecode uuencode
zipcloak zipnote zipsplit zmore znew vdir version vim waitfor wc wget whoami xargs xres yes zdiff zforce zgrep zip
zipcloak zipgrep zipnote zipsplit zmore znew
; ;
BEOS_APPS = Terminal Expander People ShowImage Pulse ProcessController BEOS_APPS = Terminal Expander People ShowImage Pulse ProcessController

View File

@ -135,5 +135,8 @@ BinCommand sha512sum : md5sum-sha512sum.c : libfetish.a : $(coreutils_rsrc) ;
BinCommand vdir : BinCommand vdir :
[ FGristFiles ls.o ] ls-vdir.c : libfetish.a : $(coreutils_rsrc) ; [ FGristFiles ls.o ] ls-vdir.c : libfetish.a : $(coreutils_rsrc) ;
BinCommand <bin>install : install.c [ FGristFiles copy.o cp-hash.o ]
: libfetish.a : $(coreutils_rsrc) ;
MakeLocatePlatform groups ; MakeLocatePlatform groups ;
Shell groups : groups.sh ; Shell groups : groups.sh ;