Module Name: src
Committed By: martin
Date: Tue Mar 20 09:18:00 UTC 2012
Modified Files:
src/sys/compat/netbsd32: Makefile
Log Message:
Remove spurious bsd.kinc.mk include, which seems to not be needed here
and does not work at all (missing bsd.own.mk for ACTIVE_CC) anyway.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/compat/netbsd32/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/compat/netbsd32/Makefile
diff -u src/sys/compat/netbsd32/Makefile:1.6 src/sys/compat/netbsd32/Makefile:1.7
--- src/sys/compat/netbsd32/Makefile:1.6 Sun Dec 11 12:20:22 2005
+++ src/sys/compat/netbsd32/Makefile Tue Mar 20 09:18:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/12/11 12:20:22 christos Exp $
+# $NetBSD: Makefile,v 1.7 2012/03/20 09:18:00 martin Exp $
.include <bsd.sys.mk> # for HOST_SH
@@ -9,5 +9,3 @@ ${OBJS}: ${DEP}
${HOST_SH} ../../kern/makesyscalls.sh syscalls.conf syscalls.master
all: ${OBJS}
-
-.include <bsd.kinc.mk>