Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.evbarm Add "bin" to the list of valid kernel suffixes.



details:   https://anonhg.NetBSD.org/src/rev/362d14308256
branches:  trunk
changeset: 522589:362d14308256
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Feb 22 05:08:16 2002 +0000

description:
Add "bin" to the list of valid kernel suffixes.

diffstat:

 etc/etc.evbarm/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 7259bd3b05b6 -r 362d14308256 etc/etc.evbarm/Makefile.inc
--- a/etc/etc.evbarm/Makefile.inc       Fri Feb 22 05:07:46 2002 +0000
+++ b/etc/etc.evbarm/Makefile.inc       Fri Feb 22 05:08:16 2002 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile.inc,v 1.2 2001/11/30 18:51:18 thorpej Exp $
+#      $NetBSD: Makefile.inc,v 1.3 2002/02/22 05:08:16 thorpej Exp $
 #
 #      etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
 #
 
 KERNEL_SETS=           INTEGRATOR IQ80310
-KERNEL_SUFFIXES=       srec
+KERNEL_SUFFIXES=       bin srec



Home | Main Index | Thread Index | Old Index