Source-Changes-HG archive

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

[src/trunk]: src/sys/sys we never include bsd.sys.mk directly.



details:   https://anonhg.NetBSD.org/src/rev/1a79b6627858
branches:  trunk
changeset: 792619:1a79b6627858
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jan 10 15:54:59 2014 +0000

description:
we never include bsd.sys.mk directly.

diffstat:

 sys/sys/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (13 lines):

diff -r 9fa96cc1cc89 -r 1a79b6627858 sys/sys/Makefile
--- a/sys/sys/Makefile  Fri Jan 10 15:54:29 2014 +0000
+++ b/sys/sys/Makefile  Fri Jan 10 15:54:59 2014 +0000
@@ -1,7 +1,6 @@
-#      $NetBSD: Makefile,v 1.146 2014/01/10 15:00:16 martin Exp $
+#      $NetBSD: Makefile,v 1.147 2014/01/10 15:54:59 christos Exp $
 
-.include <bsd.own.mk>  # prerequisite for bsd.sys.mk
-.include <bsd.sys.mk>
+.include <bsd.own.mk>
 
 INCSDIR= /usr/include/sys
 



Home | Main Index | Thread Index | Old Index