Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/netbsd32 Remove spurious bsd.kinc.mk include, whi...



details:   https://anonhg.NetBSD.org/src/rev/c9e61ac79100
branches:  trunk
changeset: 778228:c9e61ac79100
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Mar 20 09:18:00 2012 +0000

description:
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.

diffstat:

 sys/compat/netbsd32/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (15 lines):

diff -r 75e2df6c2a4d -r c9e61ac79100 sys/compat/netbsd32/Makefile
--- a/sys/compat/netbsd32/Makefile      Tue Mar 20 08:21:38 2012 +0000
+++ b/sys/compat/netbsd32/Makefile      Tue Mar 20 09:18:00 2012 +0000
@@ -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 @@
        ${HOST_SH} ../../kern/makesyscalls.sh syscalls.conf syscalls.master
 
 all: ${OBJS}
-
-.include <bsd.kinc.mk>



Home | Main Index | Thread Index | Old Index