diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2025-02-21 20:37:54 +0000 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2025-02-21 20:39:08 +0000 |
commit | 7115b8bf66aa003e5c1b43645570a9bfa1ea60c7 (patch) | |
tree | fc28e562c9356468221f1af922475ceaf19ad9a2 | |
parent | b7295be302400f9fcd538ddcc0163454966c52c3 (diff) |
devel/Makefile: Add missing lines
Fixes: bf6650543bcd ("devel/libnvm: nvme cli split out the library...")
Fixes: 0cea7651b898 ("devel/freebsd-nvme-shim: New helper port...")
-rw-r--r-- | devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 445bd22cfb27..baa314d5bfa3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -733,6 +733,7 @@ SUBDIR += freebsd-gcc13 SUBDIR += freebsd-gcc14 SUBDIR += freebsd-git-devtools + SUBDIR += freebsd-nvme-shim SUBDIR += freebsd-sysroot SUBDIR += frink SUBDIR += fruit @@ -1381,6 +1382,7 @@ SUBDIR += libnjs SUBDIR += libnotify SUBDIR += libnsutils + SUBDIR += libnvme SUBDIR += liboil SUBDIR += libolecf SUBDIR += libopenbsd |