Module Name:    src
Committed By:   skrll
Date:           Wed Aug 21 20:31:23 UTC 2019

Modified Files:
        src/sys/arch/hp300/conf: Makefile.hp300

Log Message:
Fix the pmap_bootstrap.o dependency (it was spelt pmap_boostrap.o before)


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/sys/arch/hp300/conf/Makefile.hp300

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hp300/conf/Makefile.hp300
diff -u src/sys/arch/hp300/conf/Makefile.hp300:1.94 src/sys/arch/hp300/conf/Makefile.hp300:1.95
--- src/sys/arch/hp300/conf/Makefile.hp300:1.94	Sat Sep 22 12:24:01 2018
+++ src/sys/arch/hp300/conf/Makefile.hp300	Wed Aug 21 20:31:23 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.hp300,v 1.94 2018/09/22 12:24:01 rin Exp $
+#	$NetBSD: Makefile.hp300,v 1.95 2019/08/21 20:31:23 skrll Exp $
 
 # Makefile for NetBSD
 #
@@ -67,7 +67,7 @@ TEXTADDR?=	0
 ##
 
 # depend on CPU configuration
-dma.o hpux_machdep.o locore.o machdep.o pmap.o pmap_boostrap.o sys_machdep.o trap.o: Makefile
+dma.o hpux_machdep.o locore.o machdep.o pmap.o pmap_bootstrap.o sys_machdep.o trap.o: Makefile
 
 ##
 ## (7) misc settings

Reply via email to