Source-Changes-HG archive

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

[src/trunk]: src/distrib/pmax/instkernel Fix incorrect pathname in previous.



details:   https://anonhg.NetBSD.org/src/rev/c74340c871a0
branches:  trunk
changeset: 471969:c74340c871a0
user:      simonb <simonb%NetBSD.org@localhost>
date:      Fri Apr 16 16:08:28 1999 +0000

description:
Fix incorrect pathname in previous.

diffstat:

 distrib/pmax/instkernel/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r ec9c62fee385 -r c74340c871a0 distrib/pmax/instkernel/Makefile
--- a/distrib/pmax/instkernel/Makefile  Fri Apr 16 16:01:33 1999 +0000
+++ b/distrib/pmax/instkernel/Makefile  Fri Apr 16 16:08:28 1999 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.3 1999/04/16 16:01:33 simonb Exp $
+#      $NetBSD: Makefile,v 1.4 1999/04/16 16:08:28 simonb Exp $
 
 
 IMAGE=         diskimage
 IMAGESIZE=     4096 # 512 byte blocks
 DISKTYPE=
-LABELPROTO=    ${.CURDIR}/ramdiskimage.label.proto
+LABELPROTO=    ${.CURDIR}/diskimage.label.proto
 # Get defaults from minidisk configuration
 .include       "../miniroot/Makefile.inc"
 NEWFSOPTS+=    -i 32768        # don't need many inodes!



Home | Main Index | Thread Index | Old Index