Module Name:    src
Committed By:   skrll
Date:           Mon Aug 12 18:45:51 UTC 2024

Modified Files:
        src/distrib/utils/embedded: mkimage

Log Message:
Undo accidental commit.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/distrib/utils/embedded/mkimage

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

Modified files:

Index: src/distrib/utils/embedded/mkimage
diff -u src/distrib/utils/embedded/mkimage:1.83 src/distrib/utils/embedded/mkimage:1.84
--- src/distrib/utils/embedded/mkimage:1.83	Mon Aug 12 10:55:51 2024
+++ src/distrib/utils/embedded/mkimage	Mon Aug 12 18:45:51 2024
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: mkimage,v 1.83 2024/08/12 10:55:51 skrll Exp $
+# $NetBSD: mkimage,v 1.84 2024/08/12 18:45:51 skrll Exp $
 #
 # Copyright (c) 2013, 2014 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -62,7 +62,7 @@ MKUBOOTIMAGE=${TOOL_MKUBOOTIMAGE:-mkuboo
 GZIP_CMD=${TOOL_GZIP:-gzip} # ${GZIP} is special to gzip(1)
 
 src="/usr/src"
-sets="base comp debug etc games gpufw man manhtml misc modules rescue tests text"
+sets="base comp etc games gpufw man manhtml misc modules rescue tests text"
 xsets="xbase xcomp xetc xfont xserver"
 minfree="10%"
 bar="==="

Reply via email to