blob: e818f0a554101f8a45e2d0afe62f1c9925836d7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/bin/sh
#-
# SPDX-License-Identifier: BSD-2-Clause
#
# Copyright (c) 2025 The FreeBSD Foundation
#
# This software was developed by Klara, Inc.
# under sponsorship from the FreeBSD Foundation.
#
: ${ETDUMP:=etdump}
: ${MAKEFS:=makefs}
: ${MKIMG:=mkimg}
|