Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand define VERSIONFILE, from John Darrow <Jo...



details:   https://anonhg.NetBSD.org/src/rev/e9dfe0f6594b
branches:  trunk
changeset: 471696:e9dfe0f6594b
user:      drochner <drochner%NetBSD.org@localhost>
date:      Thu Apr 08 10:23:23 1999 +0000

description:
define VERSIONFILE, from John Darrow <John.P.Darrow%wheaton.edu@localhost>
per PR port-i386/7336

diffstat:

 sys/arch/i386/stand/dosboot/Makefile |  4 +++-
 sys/arch/i386/stand/netboot/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 9d8173ad8c12 -r e9dfe0f6594b sys/arch/i386/stand/dosboot/Makefile
--- a/sys/arch/i386/stand/dosboot/Makefile      Thu Apr 08 08:24:44 1999 +0000
+++ b/sys/arch/i386/stand/dosboot/Makefile      Thu Apr 08 10:23:23 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 1999/02/13 02:54:46 lukem Exp $
+#      $NetBSD: Makefile,v 1.12 1999/04/08 10:23:23 drochner Exp $
 
 S=     ${.CURDIR}/../../../../
 
@@ -26,4 +26,6 @@
 SAMISCMAKEFLAGS= SA_USE_CREAD=yes SA_INCLUDE_NET=no
 I386MISCMAKEFLAGS= I386_INCLUDE_DOS=yes
 
+VERSIONFILE= ${.CURDIR}/version
+
 .include "../Makefile.booters"
diff -r 9d8173ad8c12 -r e9dfe0f6594b sys/arch/i386/stand/netboot/Makefile
--- a/sys/arch/i386/stand/netboot/Makefile      Thu Apr 08 08:24:44 1999 +0000
+++ b/sys/arch/i386/stand/netboot/Makefile      Thu Apr 08 10:23:23 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.19 1999/02/24 19:38:17 drochner Exp $
+#      $NetBSD: Makefile,v 1.20 1999/04/08 10:23:23 drochner Exp $
 
 S=     ${.CURDIR}/../../../../
 
@@ -67,6 +67,8 @@
 #I386MISCCPPFLAGS+= -DSUPPORT_SERIAL -DDIRECT_SERIAL -DCOMCONS_KEYPRESS
 I386MISCMAKEFLAGS= I386_INCLUDE_DISK=no I386_INCLUDE_BUS=yes
 
+VERSIONFILE= ${.CURDIR}/version
+
 .include "../Makefile.booters"
 
 conf.o dev_net.o: Makefile



Home | Main Index | Thread Index | Old Index