From: Brett Gordon Date: Wed, 11 Jul 2018 01:36:20 +0000 (-0400) Subject: 6809: compile ed in V7 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4a6a9625b937a206c8baa9f7d6c939bb1ddc5b09;p=FUZIX.git 6809: compile ed in V7 --- diff --git a/Applications/V7/cmd/Makefile.6809 b/Applications/V7/cmd/Makefile.6809 index 04e10697..00cfce10 100644 --- a/Applications/V7/cmd/Makefile.6809 +++ b/Applications/V7/cmd/Makefile.6809 @@ -18,7 +18,7 @@ SRCS = ac.c col.c dc.c diff.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 -SRCS += pg.c +SRCS += pg.c ed.c OBJS = $(SRCS:.c=.o)