Source-Changes-HG archive

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

[src/trunk]: src/sys/arch include bsd.own.mk



details:   https://anonhg.NetBSD.org/src/rev/6f091a8fe177
branches:  trunk
changeset: 792625:6f091a8fe177
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jan 10 16:36:29 2014 +0000

description:
include bsd.own.mk

diffstat:

 sys/arch/hp700/dev/Makefile           |  4 ++--
 sys/arch/sgimips/gio/Makefile.giodevs |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r d617ca0a15fa -r 6f091a8fe177 sys/arch/hp700/dev/Makefile
--- a/sys/arch/hp700/dev/Makefile       Fri Jan 10 16:35:11 2014 +0000
+++ b/sys/arch/hp700/dev/Makefile       Fri Jan 10 16:36:29 2014 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.2 2008/10/19 22:05:21 apb Exp $
+#      $NetBSD: Makefile,v 1.3 2014/01/10 16:36:54 christos Exp $
 
 #      $OpenBSD: Makefile,v 1.3 1999/04/20 20:19:37 mickey Exp $
 
-.include <bsd.sys.mk>
+.include <bsd.own.mk>
 
 cpudevs.h cpudevs_data.h: cpudevs devlist2h.awk
        /bin/rm -f cpudevs.h cpudevs_data.h
diff -r d617ca0a15fa -r 6f091a8fe177 sys/arch/sgimips/gio/Makefile.giodevs
--- a/sys/arch/sgimips/gio/Makefile.giodevs     Fri Jan 10 16:35:11 2014 +0000
+++ b/sys/arch/sgimips/gio/Makefile.giodevs     Fri Jan 10 16:36:29 2014 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile.giodevs,v 1.5 2008/10/19 22:05:21 apb Exp $
+#      $NetBSD: Makefile.giodevs,v 1.6 2014/01/10 16:36:29 christos Exp $
 
-.include <bsd.sys.mk>
+.include <bsd.own.mk>
 
 giodevs.h: giodevs devlist2h.awk
        /bin/rm -f giodevs.h giodevs_data.h



Home | Main Index | Thread Index | Old Index