summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-06-28 20:31:58 -0400
committerIan Moffett <ian@osmora.org>2025-06-28 20:31:58 -0400
commit66ec8765f305c7a5318d38a383e23b1280cd9186 (patch)
tree48bbd9f6b3b5fd99954b596d9aebacf7ef35d410 /usr.bin/Makefile
parent8beb7f3ad581076f08e363b724488eaa27d089ac (diff)
usr.bin: Add initial getconf impl
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 18f4b47..f02e15b 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -15,3 +15,4 @@ all:
make -C mrow/ $(ARGS)
make -C elfdump/ $(ARGS)
make -C cat/ $(ARGS)
+ make -C getconf/ $(ARGS)