Module Name:    src
Committed By:   mrg
Date:           Mon Mar 10 00:50:12 UTC 2014

Modified Files:
        src/etc/etc.evbcf: Makefile.inc

Log Message:
turn off kernels that don't exist yet.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/etc/etc.evbcf/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.evbcf/Makefile.inc
diff -u src/etc/etc.evbcf/Makefile.inc:1.1 src/etc/etc.evbcf/Makefile.inc:1.2
--- src/etc/etc.evbcf/Makefile.inc:1.1	Thu Jul 18 22:08:59 2013
+++ src/etc/etc.evbcf/Makefile.inc	Mon Mar 10 00:50:12 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.1 2013/07/18 22:08:59 matt Exp $
+#	$NetBSD: Makefile.inc,v 1.2 2014/03/10 00:50:12 mrg Exp $
 #
 #	etc.evbcf/Makefile.inc -- evbcf-specific etc Makefile targets
 #
@@ -6,8 +6,11 @@
 # If you change the list of distributed kernels, don't forget
 # to update the release documentation in distrib/notes/common/contents
 
+# Not ready yet
+.if 0
 KERNEL_SETS=		TWR54418
 
 BUILD_KERNELS=		TWR54418_INSTALL
+.endif
 
 snap_md_post:

Reply via email to