From 93be493487116b1a38b3ba3ecf96b0c2cc558ca1 Mon Sep 17 00:00:00 2001 From: Mike Karels Date: Sun, 25 Sep 1983 21:22:27 -0800 Subject: [PATCH] no JUSTASK for 730boot SCCS-vsn: sys/vax/stand/Makefile 6.2 --- usr/src/sys/vax/stand/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/sys/vax/stand/Makefile b/usr/src/sys/vax/stand/Makefile index 3effd9928b..a9e1e02b2b 100644 --- a/usr/src/sys/vax/stand/Makefile +++ b/usr/src/sys/vax/stand/Makefile @@ -1,4 +1,4 @@ -# Makefile 6.1 83/08/12 +# Makefile 6.2 83/09/25 DESTDIR=/ CFLAGS= -O -DSTANDALONE ${COPTS} @@ -98,7 +98,7 @@ drtest: drtest.o srt0.o confhpup.o /usr/lib/libsa.a 730boot.o: boot.c ../h/param.h ../h/inode.h ../h/fs.h 730boot.o: saio.h ../h/reboot.h ../h/vm.h cp boot.c 730boot.c; chmod +w 730boot.c - cc -c ${730OPTS} -DJUSTASK 730boot.c + cc -c ${730OPTS} 730boot.c rm 730boot.c 730boot: 730boot.o relsrt0.o 730bootconf.o /usr/lib/libsa.a -- 2.20.1