Module Name:    src
Committed By:   uebayasi
Date:           Mon Aug 31 05:46:41 UTC 2015

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

Log Message:
Fix build of .s files.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/cesfic/conf/Makefile.cesfic
cvs rdiff -u -r1.90 -r1.91 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/cesfic/conf/Makefile.cesfic
diff -u src/sys/arch/cesfic/conf/Makefile.cesfic:1.17 src/sys/arch/cesfic/conf/Makefile.cesfic:1.18
--- src/sys/arch/cesfic/conf/Makefile.cesfic:1.17	Fri Jan 23 03:39:39 2015
+++ src/sys/arch/cesfic/conf/Makefile.cesfic	Mon Aug 31 05:46:41 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.cesfic,v 1.17 2015/01/23 03:39:39 chs Exp $
+#	$NetBSD: Makefile.cesfic,v 1.18 2015/08/31 05:46:41 uebayasi Exp $
 
 # Makefile for NetBSD
 #
@@ -78,7 +78,7 @@ TEXTADDR?=	2000
 
 %CFILES
 
-#%SFILES
+%SFILES
 
 %LOAD
 

Index: src/sys/arch/hp300/conf/Makefile.hp300
diff -u src/sys/arch/hp300/conf/Makefile.hp300:1.90 src/sys/arch/hp300/conf/Makefile.hp300:1.91
--- src/sys/arch/hp300/conf/Makefile.hp300:1.90	Wed Apr 15 19:13:47 2015
+++ src/sys/arch/hp300/conf/Makefile.hp300	Mon Aug 31 05:46:41 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.hp300,v 1.90 2015/04/15 19:13:47 mrg Exp $
+#	$NetBSD: Makefile.hp300,v 1.91 2015/08/31 05:46:41 uebayasi Exp $
 
 # Makefile for NetBSD
 #
@@ -79,7 +79,7 @@ dma.o hpux_machdep.o locore.o machdep.o 
 
 %CFILES
 
-#%SFILES
+%SFILES
 
 %LOAD
 

Reply via email to