diff options
author | Ian Moffett <ian@osmora.org> | 2025-07-17 23:03:59 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-07-17 23:03:59 -0400 |
commit | 429bc68e90cb522d89bdf59eccbaf9faf3021d51 (patch) | |
tree | 7ee16c7f157ffd79e6f7e8c61ca377c9a5def678 /usr.bin/Makefile | |
parent | de7ab64e895c37cadc4d4032c24013d28edb248b (diff) |
usr.bin: Add 'nerve' program to poke ctlfs
The 'nerve' program allows users to poke at a ctlfs entry and write
their own data.
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'usr.bin/Makefile')
-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 f30905e..802b773 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -21,3 +21,4 @@ all: make -C login/ $(ARGS) make -C sleep/ $(ARGS) make -C kstat/ $(ARGS) + make -C nerve/ $(ARGS) |