From: Alan Cox Date: Fri, 24 Nov 2017 17:53:19 +0000 (+0000) Subject: 6502: add more apps X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ffc4c09af3571f006e342f620ddc13bef0d18be7;p=FUZIX.git 6502: add more apps --- diff --git a/Applications/util/Makefile.6502 b/Applications/util/Makefile.6502 index 87ee436e..830a7ac8 100644 --- a/Applications/util/Makefile.6502 +++ b/Applications/util/Makefile.6502 @@ -25,6 +25,7 @@ SRCSNS = \ head.c \ init.c \ kill.c \ + line.c \ ln.c \ logname.c \ mkdir.c \ @@ -49,16 +50,16 @@ SRCSNS = \ whoami.c \ yes.c - -SRCS = \ - banner.c \ +SRCS = banner.c \ bd.c \ cal.c \ cksum.c \ cut.c \ dd.c \ + decomp16.c \ df.c \ dosread.c \ + du.c \ echo.c \ ed.c \ env.c \ @@ -66,6 +67,7 @@ SRCS = \ fdisk.c \ fgrep.c \ free.c \ + fsck.c \ grep.c \ id.c \ kbdrate.c \ @@ -82,13 +84,14 @@ SRCS = \ ps.c \ remount.c \ sed.c \ + setdate.c \ sleep.c \ ssh.c \ sort.c \ stty.c \ su.c \ - tar.c \ tail.c \ + tar.c \ termcap.c \ umount.c \ uname.c \