summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-12-26 09:38:22 +0000
committerrwatson <rwatson@FreeBSD.org>2007-12-26 09:38:22 +0000
commit26638a0b23b767589c0cb57146d5a303580589fb (patch)
tree71816d3f1c455d3d295ee99647ac62144bb65b12 /sbin/Makefile
parent6ff1515c5f8d3787a46b92ded45aacb75cec051e (diff)
downloadFreeBSD-src-26638a0b23b767589c0cb57146d5a303580589fb.zip
FreeBSD-src-26638a0b23b767589c0cb57146d5a303580589fb.tar.gz
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
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \
OpenPOWER on IntegriCloud