Added targets cp and strings

This commit is contained in:
Pierre Pronchery 2004-05-24 00:07:35 +00:00
parent 65a923180d
commit ab1fde7ecb

View File

@ -1,4 +1,4 @@
targets=basename,cat,cmp,dirname,false,head,id,kill,ln,logname,ls,mkdir,mkfifo,pwd,rmdir,sleep,time,true,tty,uname,unlink,wc
targets=basename,cat,cmp,cp,dirname,false,head,id,kill,ln,logname,ls,mkdir,mkfifo,pwd,rmdir,sleep,strings,time,true,tty,uname,unlink,wc
[basename]
type=binary
@ -12,6 +12,10 @@ sources=cat.c
type=binary
sources=cmp.c
[cp]
type=binary
sources=cp.c
[dirname]
type=binary
sources=dirname.c
@ -68,6 +72,10 @@ sources=rmdir.c
type=binary
sources=sleep.c
[strings]
type=binary
sources=strings.c
[time]
type=binary
sources=time.c