Module Name:    src
Committed By:   martin
Date:           Thu Apr 20 13:49:11 UTC 2023

Modified Files:
        src/sys/arch/luna68k/conf [netbsd-8]: Makefile.luna68k

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1821):

        sys/arch/luna68k/conf/Makefile.luna68k: revision 1.30

Fix missing locore.d dependency output on make depend.
Reported from isaki@.  Looks missed in rev 1.13 (22 years ago):

https://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/luna68k/conf/Makefile.luna68k#rev1.13


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.27.10.1 src/sys/arch/luna68k/conf/Makefile.luna68k

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/luna68k/conf/Makefile.luna68k
diff -u src/sys/arch/luna68k/conf/Makefile.luna68k:1.27 src/sys/arch/luna68k/conf/Makefile.luna68k:1.27.10.1
--- src/sys/arch/luna68k/conf/Makefile.luna68k:1.27	Sun Sep  6 02:17:30 2015
+++ src/sys/arch/luna68k/conf/Makefile.luna68k	Thu Apr 20 13:49:10 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.luna68k,v 1.27 2015/09/06 02:17:30 uebayasi Exp $
+#	$NetBSD: Makefile.luna68k,v 1.27.10.1 2023/04/20 13:49:10 martin Exp $
 
 # Makefile for NetBSD
 #
@@ -53,7 +53,7 @@ KERN_AS=	library
 MD_OBJS=	locore.o
 MD_LIBS=	${FPSP}
 MD_CFILES=
-MD_SFILES=	
+MD_SFILES=	${LUNA68K}/luna68k/locore.s
 
 locore.o: ${LUNA68K}/luna68k/locore.s assym.h
 	${NORMAL_S}

Reply via email to