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/45ad236bd0a0
branches: trunk
changeset: 325879:45ad236bd0a0
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 c8824346628a -r 45ad236bd0a0 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