cea9c033f2
This helps pkgbase as this config file will now be tagged as a config file. Approved by: allanjude (mentor) Differential Revision: https://reviews.freebsd.org/D16675
12 lines
142 B
Makefile
12 lines
142 B
Makefile
# $FreeBSD$
|
|
|
|
CONFS= ddb.conf
|
|
PACKAGE=runtime
|
|
PROG= ddb
|
|
SRCS= ddb.c ddb_capture.c ddb_script.c
|
|
MAN= ddb.8
|
|
|
|
LIBADD= kvm
|
|
|
|
.include <bsd.prog.mk>
|