Source-Changes-HG archive

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

[src/trunk]: src/share/mk include bsd.hostinit.mk instead of bsd.init.mk



details:   https://anonhg.NetBSD.org/src/rev/01d41f25596b
branches:  trunk
changeset: 322483:01d41f25596b
user:      christos <christos%NetBSD.org@localhost>
date:      Fri May 04 14:50:40 2018 +0000

description:
include bsd.hostinit.mk instead of bsd.init.mk

diffstat:

 share/mk/bsd.hostlib.mk  |  4 ++--
 share/mk/bsd.hostprog.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 8cfde4d3ea73 -r 01d41f25596b share/mk/bsd.hostlib.mk
--- a/share/mk/bsd.hostlib.mk   Fri May 04 14:50:18 2018 +0000
+++ b/share/mk/bsd.hostlib.mk   Fri May 04 14:50:40 2018 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: bsd.hostlib.mk,v 1.19 2014/12/01 01:34:30 erh Exp $
+#      $NetBSD: bsd.hostlib.mk,v 1.20 2018/05/04 14:50:40 christos Exp $
 
-.include <bsd.init.mk>
+.include <bsd.hostinit.mk>
 .include <bsd.sys.mk>
 
 ##### Basic targets
diff -r 8cfde4d3ea73 -r 01d41f25596b share/mk/bsd.hostprog.mk
--- a/share/mk/bsd.hostprog.mk  Fri May 04 14:50:18 2018 +0000
+++ b/share/mk/bsd.hostprog.mk  Fri May 04 14:50:40 2018 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: bsd.hostprog.mk,v 1.79 2017/11/25 23:22:41 jmcneill Exp $
+#      $NetBSD: bsd.hostprog.mk,v 1.80 2018/05/04 14:50:40 christos Exp $
 #      @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94
 
-.include <bsd.init.mk>
+.include <bsd.hostinit.mk>
 .include <bsd.sys.mk>
 
 ##### Basic targets



Home | Main Index | Thread Index | Old Index