apps: Additional 68K makefile entries
authorAlan Cox <alan@linux.intel.com>
Sun, 15 Jul 2018 22:11:34 +0000 (23:11 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 15 Jul 2018 22:11:34 +0000 (23:11 +0100)
Applications/MWC/cmd/Makefile.68000
Applications/V7/cmd/Makefile.68000
Applications/games/Makefile.68000
Applications/util/Makefile.68000

index c1fe0c3..a096ff8 100644 (file)
@@ -14,7 +14,8 @@ CRT0NS = ../../../Library/libs/crt0nostdio_68000.o
 ELF2FUZIX = elf2flt
 .SUFFIXES: .c .o .y
 
-SRCS  = ac.c almanac.c at.c calendar.c col.c cron.c deroff.c ed.c expr.c find.c m4.c make.c moo.c pr.c tar.c test.c ttt.c units.c
+SRCS  = ac.c almanac.c at.c calendar.c col.c cron.c deroff.c du.c ed.c expr.c
+SRCS += find.c m4.c make.c moo.c pr.c tar.c test.c ttt.c units.c
 
 OBJS = $(SRCS:.c=.o)
 
index 6501bd0..ba11da0 100644 (file)
@@ -14,7 +14,7 @@ CRT0NS = ../../../Library/libs/crt0nostdio_68000.o
 ELF2FUZIX = elf2flt
 .SUFFIXES: .c .o
 
-SRCS  = ac.c col.c dc.c diff.c makekey.c ptx.c sum.c wall.c
+SRCS  = ac.c col.c dc.c diff.c ed.c makekey.c ptx.c sum.c wall.c
 SRCS += accton.c  comm.c   dd.c      diffh.c  mesg.c     rev.c    test.c
 SRCS += at.c      cron.c   deroff.c  join.c   newgrp.c   split.c  time.c
 SRCS += atrun.c   crypt.c  diff3.c   look.c   pr.c       su.c     tsort.c
index bc69a22..5c3f903 100644 (file)
@@ -22,7 +22,7 @@ SRCS  = adv01.c adv02.c adv03.c adv04.c adv05.c adv06.c adv07.c \
         adv08.c adv09.c adv10.c adv11.c adv12.c adv13.c adv14a.c adv14b.c \
         myst01.c myst02.c myst03.c myst04.c myst05.c myst06.c myst07.c \
        myst08.c myst09.c myst10.c myst11.c fortune-gen.c qrun.c fortune.c \
-       fweep.c startrek.c hamurabi.c cowsay.c
+       fweep.c startrek.c hamurabi.c cowsay.c advint.c
 
 SRCSFP = 
 
index 7ff03f7..f3b0791 100644 (file)
@@ -76,6 +76,7 @@ SRCS  = \
        fgrep.c \
        free.c \
        fsck.c \
+       gptparse.c \
        grep.c \
        id.c \
        kbdrate.c \
@@ -92,6 +93,7 @@ SRCS  = \
        ps.c \
        remount.c \
        sed.c \
+       seq.c \
        sleep.c \
        ssh.c \
        socktest.c \