diff options
author | Ian Moffett <ian@osmora.org> | 2025-06-03 15:18:40 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-06-03 15:18:40 -0400 |
commit | 3a96e7065107cab18e99b403e289c2a5552327cb (patch) | |
tree | c44d7a90f1c10921e34649a2d7ee51bf7db2fd5b /usr.bin | |
parent | c2eb0b0dd6c12cd5bed9523496377eddc8c1c223 (diff) |
usr.bin: Build fetch tool
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 09d593d..3744a2f 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -7,3 +7,4 @@ ARGS = -I$(ROOT)/builddeps LDSCRIPT=$(LDSCRIPT) USRDIR=$(USRDIR) ROOT=$(ROOT) all: make -C osh/ $(ARGS) make -C kmsg/ $(ARGS) + make -C fetch/ $(ARGS) |