From: Mike Karels Date: Mon, 26 Sep 1983 05:22:27 +0000 (-0800) Subject: no JUSTASK for 730boot X-Git-Tag: BSD-4_2-Snapshot-Development~16 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/93be493487116b1a38b3ba3ecf96b0c2cc558ca1 no JUSTASK for 730boot SCCS-vsn: sys/vax/stand/Makefile 6.2 --- 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