Added target cat

This commit is contained in:
Pierre Pronchery 2004-03-26 04:12:31 +00:00
parent c4c0e11365
commit 0bb72e2a78

View File

@ -1,9 +1,13 @@
targets=basename,cmp,dirname,false,id,kill,ln,logname,mkfifo,true,tty,unlink targets=basename,cat,cmp,dirname,false,id,kill,ln,logname,mkfifo,true,tty,unlink
[basename] [basename]
type=binary type=binary
sources=basename.c sources=basename.c
[cat]
type=binary
sources=cat.c
[cmp] [cmp]
type=binary type=binary
sources=cmp.c sources=cmp.c