Module Name:    src
Committed By:   riastradh
Date:           Tue May  7 21:11:24 UTC 2024

Modified Files:
        src/lib/libm/arch/m68060: Makefile

Log Message:
libm/arch/m68060/Makefile: bsd.sys.mk -> bsd.host.mk

Somewhat belatedly, after bsd.sys.mk was forbidden to use directly
from Makefiles back in 2014.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libm/arch/m68060/Makefile

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

Modified files:

Index: src/lib/libm/arch/m68060/Makefile
diff -u src/lib/libm/arch/m68060/Makefile:1.4 src/lib/libm/arch/m68060/Makefile:1.5
--- src/lib/libm/arch/m68060/Makefile:1.4	Sun Oct 26 07:25:34 2003
+++ src/lib/libm/arch/m68060/Makefile	Tue May  7 21:11:24 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2003/10/26 07:25:34 lukem Exp $
+# $NetBSD: Makefile,v 1.5 2024/05/07 21:11:24 riastradh Exp $
 
 .include <bsd.own.mk>
-.include <bsd.sys.mk>		# for HOST_SH
+.include <bsd.host.mk>		# for HOST_SH
 
 M060SP=		${NETBSDSRCDIR}/sys/arch/m68k/060sp
 ASM2GAS=	${M060SP}/asm2gas

Reply via email to