6809: compile ed in V7
authorBrett Gordon <beretta42@gmail.com>
Wed, 11 Jul 2018 01:36:20 +0000 (21:36 -0400)
committerBrett Gordon <beretta42@gmail.com>
Wed, 11 Jul 2018 01:36:20 +0000 (21:36 -0400)
Applications/V7/cmd/Makefile.6809

index 04e1069..00cfce1 100644 (file)
@@ -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)