diff options
Diffstat (limited to 'sbin/ddb')
-rw-r--r-- | sbin/ddb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/ddb/Makefile b/sbin/ddb/Makefile index 72abbed337ae..914942e34f67 100644 --- a/sbin/ddb/Makefile +++ b/sbin/ddb/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime PROG= ddb SRCS= ddb.c ddb_capture.c ddb_script.c MAN= ddb.8 |