mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
- fix some nearby style bugs - include Makefile.inc where it makes sense and reduces duplication Approved by: ed (co-mentor)
11 lines
138 B
Makefile
11 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>
|