From 429bc68e90cb522d89bdf59eccbaf9faf3021d51 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 17 Jul 2025 23:03:59 -0400 Subject: 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 --- usr.bin/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/Makefile') 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) -- cgit v1.2.3