Source-Changes-HG archive

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

[src/trunk]: src don't include bsd.sys.mk



details:   https://anonhg.NetBSD.org/src/rev/e4e78f57f74a
branches:  trunk
changeset: 325884:e4e78f57f74a
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jan 10 16:35:11 2014 +0000

description:
don't include bsd.sys.mk

diffstat:

 regress/lib/libc/Makefile   |  3 +--
 sys/arch/hp300/dev/Makefile |  3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 0ac621539caa -r e4e78f57f74a regress/lib/libc/Makefile
--- a/regress/lib/libc/Makefile Fri Jan 10 16:28:34 2014 +0000
+++ b/regress/lib/libc/Makefile Fri Jan 10 16:35:11 2014 +0000
@@ -1,9 +1,8 @@
-#      $NetBSD: Makefile,v 1.81 2012/03/18 07:54:00 jruoho Exp $
+#      $NetBSD: Makefile,v 1.82 2014/01/10 16:35:11 christos Exp $
 
 SUBDIR+= citrus divrem
 
 .include <bsd.own.mk>
-.include <bsd.sys.mk>
 
 .if exists(arch/${MACHINE_ARCH})
 SUBDIR+= arch/${MACHINE_ARCH}
diff -r 0ac621539caa -r e4e78f57f74a sys/arch/hp300/dev/Makefile
--- a/sys/arch/hp300/dev/Makefile       Fri Jan 10 16:28:34 2014 +0000
+++ b/sys/arch/hp300/dev/Makefile       Fri Jan 10 16:35:11 2014 +0000
@@ -1,7 +1,6 @@
-#      $NetBSD: Makefile,v 1.4 2010/12/28 10:15:49 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.5 2014/01/10 16:35:59 christos Exp $
 
 .include <bsd.own.mk>
-.include <bsd.sys.mk>
 
 diodevs.h diodevs_data.h: diodevs devlist2h.awk
        /bin/rm -f diodevs.h diodevs_data.h



Home | Main Index | Thread Index | Old Index