Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/pmax/stand Not needed at the moment - may be resurr...



details:   https://anonhg.NetBSD.org/src/rev/ee2b51b0284c
branches:  trunk
changeset: 467495:ee2b51b0284c
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu Mar 25 05:19:44 1999 +0000

description:
Not needed at the moment - may be resurrected when netboot comes along.

diffstat:

 sys/arch/pmax/stand/Makefile.booters |  22 ----------------------
 1 files changed, 0 insertions(+), 22 deletions(-)

diffs (26 lines):

diff -r f4c11e8f1792 -r ee2b51b0284c sys/arch/pmax/stand/Makefile.booters
--- a/sys/arch/pmax/stand/Makefile.booters      Thu Mar 25 05:17:49 1999 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-#      $NetBSD: Makefile.booters,v 1.16 1999/02/22 11:53:57 simonb Exp $
-#      @(#)Makefile    8.3 (Berkeley) 2/16/94
-
-# RELOC=80200000 allows for boot prog up to 1D0000 (1900544) bytes long
-RELOC= 80700000        # XXX
-
-BOOTDEFS=-D_STANDALONE -DSMALL
-AINC+=  -D_LOCORE
-CFLAGS+= ${DEFS}
-AFLAGS+= ${DEFS}
-
-# not yet: need to write libsa/Makefile.inc first
-LIBSADIR!= cd ${.CURDIR}/../libsa ; make print-objdir
-LIBSA= ${LIBSADIR}/libsa.a
-LIBS=  ${LIBSA}
-
-${PROG}: ${LIBS}
-
-includes:
-
-.include <bsd.dep.mk>
-.include <bsd.obj.mk>



Home | Main Index | Thread Index | Old Index