Module Name: src
Committed By: christos
Date: Sun Jan 27 02:22:27 UTC 2013
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
we cannot include bsd.sys.mk because of YHEADER. The incestious relation
of the .mk files needs to be fixed.
To generate a diff of this commit:
cvs rdiff -u -r1.719 -r1.720 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.719 src/share/mk/bsd.own.mk:1.720
--- src/share/mk/bsd.own.mk:1.719 Sat Jan 26 16:48:58 2013
+++ src/share/mk/bsd.own.mk Sat Jan 26 21:22:27 2013
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.719 2013/01/26 21:48:58 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.720 2013/01/27 02:22:27 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -1238,6 +1238,4 @@ TARGETS+= lintmanpages
TESTSBASE= /usr/tests
-.include <bsd.sys.mk>
-
.endif # !defined(_BSD_OWN_MK_)