Module Name:    src
Committed By:   skrll
Date:           Mon Sep  5 07:23:43 UTC 2016

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

Log Message:
Add ub and elf32 to KERNEL_SUFFIXES


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/etc/etc.evbmips/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.evbmips/Makefile.inc
diff -u src/etc/etc.evbmips/Makefile.inc:1.20 src/etc/etc.evbmips/Makefile.inc:1.21
--- src/etc/etc.evbmips/Makefile.inc:1.20	Fri May  1 23:55:14 2015
+++ src/etc/etc.evbmips/Makefile.inc	Mon Sep  5 07:23:43 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.20 2015/05/01 23:55:14 matt Exp $
+#	$NetBSD: Makefile.inc,v 1.21 2016/09/05 07:23:43 skrll Exp $
 #
 #	etc.evbmips/Makefile.inc -- evbmips-specific etc Makefile targets
 #
@@ -6,7 +6,7 @@
 # If you change the list of distributed kernels, don't forget
 # to update the release documentation in distrib/notes/common/contents
 
-KERNEL_SUFFIXES=	srec
+KERNEL_SUFFIXES=	srec ub elf32
 
 .if ${MACHINE_ARCH} == "mipsel"
 KERNEL_SETS=		ALCHEMY CI20 CPMBR1400 DBAU1500 DBAU1550 GDIUM

Reply via email to