From 8ac83c5ee7b3a9c9f73010f8a8508dc1fcf7b9bf Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 15 Jul 2018 23:11:34 +0100 Subject: [PATCH] apps: Additional 68K makefile entries --- Applications/MWC/cmd/Makefile.68000 | 3 ++- Applications/V7/cmd/Makefile.68000 | 2 +- Applications/games/Makefile.68000 | 2 +- Applications/util/Makefile.68000 | 2 ++ 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Applications/MWC/cmd/Makefile.68000 b/Applications/MWC/cmd/Makefile.68000 index c1fe0c39..a096ff80 100644 --- a/Applications/MWC/cmd/Makefile.68000 +++ b/Applications/MWC/cmd/Makefile.68000 @@ -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) diff --git a/Applications/V7/cmd/Makefile.68000 b/Applications/V7/cmd/Makefile.68000 index 6501bd0d..ba11da0b 100644 --- a/Applications/V7/cmd/Makefile.68000 +++ b/Applications/V7/cmd/Makefile.68000 @@ -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 diff --git a/Applications/games/Makefile.68000 b/Applications/games/Makefile.68000 index bc69a229..5c3f9032 100644 --- a/Applications/games/Makefile.68000 +++ b/Applications/games/Makefile.68000 @@ -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 = diff --git a/Applications/util/Makefile.68000 b/Applications/util/Makefile.68000 index 7ff03f79..f3b0791b 100644 --- a/Applications/util/Makefile.68000 +++ b/Applications/util/Makefile.68000 @@ -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 \ -- 2.34.1