diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-05-08 15:44:45 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-05-08 15:47:59 +0000 |
| commit | eb29a4d02e5ba83964587879fee1972450a29cda (patch) | |
| tree | c1d754244b9f286eb07578f9f5c40fc1bc8ec0c3 | |
| parent | 89d217ad06ead7f1138121ca2aa30099bba23165 (diff) | |
sysutils/Makefile: Add firstboot-pkg-upgrade
MFC: 2026Q2
Fixes: 00f7e6eb6c82 (sysutils/firstboot-pkg-upgrade)
Reported by: ivy
| -rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 177f2a12bdf3..e5a98d716225 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -399,6 +399,7 @@ SUBDIR += finfo SUBDIR += firstboot-cloudsetup SUBDIR += firstboot-freebsd-update + SUBDIR += firstboot-pkg-upgrade SUBDIR += firstboot-pkgs SUBDIR += flasher SUBDIR += flashrom |
