|
|
@ -20,6 +20,9 @@ |
|
|
|
# |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
Please don't re-enable pseudo.b, it's for testing purposes only and |
|
|
|
requires a full dev86 package (rock includes the bin86 part only). |
|
|
|
|
|
|
|
--- ./Makefile.orig 2003-12-11 16:48:40.000000000 -0600
|
|
|
|
+++ ./Makefile 2003-12-11 16:49:52.000000000 -0600
|
|
|
|
@@ -107,7 +107,7 @@
|
|
|
@ -27,7 +30,7 @@ |
|
|
|
.SUFFIXES: .img .b .com .S .s |
|
|
|
|
|
|
|
-all: lilo bootsect.b disk.com pseudo.b # $(BOOTS) edit dparam.com activate
|
|
|
|
+all: lilo bootsect.b disk.com pseudo.b $(BOOTS) edit dparam.com activate
|
|
|
|
+all: lilo bootsect.b disk.com $(BOOTS) edit dparam.com activate # pseudo.b
|
|
|
|
if [ -x /usr/bin/bcc -o -x /usr/local/bin/bcc ]; then make diagnostic; fi |
|
|
|
|
|
|
|
# |