move address of boot program. Kernels were getting too large. (from ralph)
[unix-history] / usr / src / sys / pmax / stand / Makefile
index f9108d6..632b31b 100644 (file)
@@ -1,12 +1,12 @@
-#      @(#)Makefile    8.2 (Berkeley) %G%
+#      @(#)Makefile    8.4 (Berkeley) %G%
 
 DESTDIR=
 STAND= ../../stand
 
 DESTDIR=
 STAND= ../../stand
-INCPATH=-I. -I../..
+INCPATH=-I. -I/sys
 VPATH= ${STAND}
 
 VPATH= ${STAND}
 
-# RELOC=80200000 allows for boot prog up to 1D0000 (1900544) bytes long
-RELOC= 80200000
+# RELOC=80300000 allows for boot prog up to 2D0000 (2949120) bytes long
+RELOC= 80300000
 
 DEFS= -DSTANDALONE -DSMALL
 CFLAGS=        -O2 ${INCPATH} ${DEFS}
 
 DEFS= -DSTANDALONE -DSMALL
 CFLAGS=        -O2 ${INCPATH} ${DEFS}
@@ -24,8 +24,6 @@ ALL=  boot mkboot mkboottape dec_label
 
 all: ${ALL}
 
 
 all: ${ALL}
 
-boot: ${LIBS}
-
 libsa/libsa.a::
        cd libsa; make
 
 libsa/libsa.a::
        cd libsa; make
 
@@ -63,9 +61,9 @@ dec_label: dec_label.c
 
 clean cleandir:
        rm -f .depend *.o *.exe *.i errs make.out core*
 
 clean cleandir:
        rm -f .depend *.o *.exe *.i errs make.out core*
-       rm -f a.out boot cat
+       rm -f a.out ${ALL}
        rm -f boot[a-z][a-z] [a-z][a-z]boot
        rm -f boot[a-z][a-z] [a-z][a-z]boot
-       rm -f libdrive.a mkboot mkboottape
+       rm -f libdrive.a
        cd libsa; make cleandir
 
 install:
        cd libsa; make cleandir
 
 install: