47e1a877c5
- fix some nearby style bugs - include Makefile.inc where it makes sense and reduces duplication Approved by: ed (co-mentor)
12 lines
138 B
Makefile
12 lines
138 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ddb
|
|
SRCS= ddb.c ddb_capture.c ddb_script.c
|
|
MAN= ddb.8
|
|
WARNS?= 3
|
|
|
|
DPADD= ${LIBKVM}
|
|
LDADD= -lkvm
|
|
|
|
.include <bsd.prog.mk>
|