put back ut
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Thu, 17 Feb 1983 15:19:11 +0000 (07:19 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Thu, 17 Feb 1983 15:19:11 +0000 (07:19 -0800)
SCCS-vsn: sys/vax/mdec/Makefile 4.2

usr/src/sys/vax/mdec/Makefile

index c2ec53e..3f78ced 100644 (file)
@@ -1,7 +1,7 @@
-#      @(#)Makefile    4.1     %G%
+#      @(#)Makefile    4.2     %G%
 #
 #
-ALL=   htboot tmboot tsboot hpboot hkboot upboot mtboot noboot \
-       httoggle tmtoggle tstoggle mttoggle
+ALL=   htboot tmboot tsboot hpboot hkboot upboot mtboot utboot noboot \
+       httoggle tmtoggle tstoggle mttoggle uttoggle
 
 all: ${ALL}
 
 
 all: ${ALL}
 
@@ -54,6 +54,13 @@ mtboot: mtboot.s
        dd if=a.out bs=32 skip=1 of=b.out
        dd if=b.out of=mtboot conv=sync
 
        dd if=a.out bs=32 skip=1 of=b.out
        dd if=b.out of=mtboot conv=sync
 
+utboot: utboot.s
+       as utboot.s
+       nm -u a.out
+       strip a.out
+       dd if=a.out bs=32 skip=1 of=b.out
+       dd if=b.out of=utboot conv=sync
+
 httoggle: httoggle.s
        as httoggle.s
        nm -u a.out
 httoggle: httoggle.s
        as httoggle.s
        nm -u a.out
@@ -78,6 +85,12 @@ mttoggle: mttoggle.s
        strip a.out
        dd if=a.out bs=32 skip=1 of=mttoggle
 
        strip a.out
        dd if=a.out bs=32 skip=1 of=mttoggle
 
+uttoggle: uttoggle.s
+       as uttoggle.s
+       nm -u a.out
+       strip a.out
+       dd if=a.out bs=32 skip=1 of=uttoggle
+
 noboot:
        echo | dd of=noboot conv=sync
 
 noboot:
        echo | dd of=noboot conv=sync