1#!/bin/sh2#-3# SPDX-License-Identifier: BSD-2-Clause4#5# Copyright (c) 2025 The FreeBSD Foundation6#7# This software was developed by Klara, Inc.8# under sponsorship from the FreeBSD Foundation.9#1011: ${ETDUMP:=etdump}
12: ${MAKEFS:=makefs}
13: ${MKIMG:=mkimg}
14