From 26638a0b23b767589c0cb57146d5a303580589fb Mon Sep 17 00:00:00 2001 From: rwatson Date: Wed, 26 Dec 2007 09:38:22 +0000 Subject: Add command-line tool ddb(8), which allows DDB(4) scripts to be managed from userspace. It is largely a wrapper for sysctl() calls, but because the sysctls for adding and removing scripts are awkward to use directly, this provides an easier-to-use interface. MFC after: 3 months --- sbin/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sbin/Makefile') diff --git a/sbin/Makefile b/sbin/Makefile index 7c78a99..3174464 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -15,6 +15,7 @@ SUBDIR= adjkerntz \ clri \ comcontrol \ conscontrol \ + ddb \ ${_devd} \ devfs \ dhclient \ -- cgit v1.1