freebsd-dev/sbin/ddb/Makefile
Robert Watson a1f25b0daa 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
2007-12-26 09:38:22 +00:00

9 lines
92 B
Makefile

# $FreeBSD$
PROG= ddb
SRCS= ddb.c ddb_script.c
MAN= ddb.8
WARNS= 3
.include <bsd.prog.mk>