Source-Changes-HG archive

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

[src/trunk]: src/distrib/vax minor consistency tweaks



details:   https://anonhg.NetBSD.org/src/rev/1e6585bc1ea6
branches:  trunk
changeset: 526295:1e6585bc1ea6
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Apr 30 15:28:32 2002 +0000

description:
minor consistency tweaks

diffstat:

 distrib/vax/floppy/Makefile  |  5 +++--
 distrib/vax/ramdisk/Makefile |  4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 856ec69e0d2c -r 1e6585bc1ea6 distrib/vax/floppy/Makefile
--- a/distrib/vax/floppy/Makefile       Tue Apr 30 15:21:55 2002 +0000
+++ b/distrib/vax/floppy/Makefile       Tue Apr 30 15:28:32 2002 +0000
@@ -1,7 +1,8 @@
-#      $NetBSD: Makefile,v 1.6 2002/04/06 16:41:24 bjh21 Exp $
+#      $NetBSD: Makefile,v 1.7 2002/04/30 15:28:32 lukem Exp $
 
-.include "${.CURDIR}/../../Makefile.inc"
 .include <bsd.own.mk>
+.include "${NETBSDSRCDIR}/distrib/Makefile.inc"
+
 .include <bsd.kernobj.mk>
 
 INSTKERNOBJ!=  cd ${.CURDIR}/../ramdisk-kernel && ${PRINTOBJDIR}
diff -r 856ec69e0d2c -r 1e6585bc1ea6 distrib/vax/ramdisk/Makefile
--- a/distrib/vax/ramdisk/Makefile      Tue Apr 30 15:21:55 2002 +0000
+++ b/distrib/vax/ramdisk/Makefile      Tue Apr 30 15:28:32 2002 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.17 2002/04/26 15:50:50 lukem Exp $
+#      $NetBSD: Makefile,v 1.18 2002/04/30 15:28:33 lukem Exp $
 
-.include "${.CURDIR}/../../Makefile.inc"
 .include <bsd.own.mk>
+.include "${NETBSDSRCDIR}/distrib/Makefile.inc"
 
 IMAGE=         ramdisk.fs
 IMAGESIZE=     1536k



Home | Main Index | Thread Index | Old Index