1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/sbin/ddb/Makefile

11 lines
120 B
Makefile
Raw Normal View History

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