From 0fdbca649505315a46cf5a148b347c298e4e285c Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Sun, 13 Mar 1988 20:42:12 -0800 Subject: [PATCH] add tmscpboot SCCS-vsn: sys/vax/mdec/Makefile 7.4 --- usr/src/sys/vax/mdec/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/src/sys/vax/mdec/Makefile b/usr/src/sys/vax/mdec/Makefile index e223b925f8..02b0700d7e 100644 --- a/usr/src/sys/vax/mdec/Makefile +++ b/usr/src/sys/vax/mdec/Makefile @@ -9,7 +9,7 @@ # software without specific prior written permission. This software # is provided ``as is'' without express or implied warranty. # -# @(#)Makefile 7.3 (Berkeley) %G% +# @(#)Makefile 7.4 (Berkeley) %G% # CFLAGS= -DLOCORE @@ -19,8 +19,8 @@ SRCS= hkboot.c hpboot.c htboot.c mtboot.c raboot.c rlboot.c upboot.c \ tmtoggle.s tstoggle.s uttoggle.s # boot blocks that are preprocessed, then assembled -BOOTS= hkboot hpboot htboot mtboot raboot rlboot upboot utboot tmboot \ - tsboot tuboot +BOOTS= hkboot hpboot htboot mtboot raboot rdboot rlboot upboot utboot \ + tmboot tmscpboot tsboot tuboot # toggle files that are assembled, but not installed TOGGLES=httoggle mttoggle tmtoggle tstoggle uttoggle -- 2.20.1