1# $FreeBSD$ 2 3PROG= ddb 4SRCS= ddb.c ddb_script.c 5MAN= ddb.8 6WARNS= 3 7 8.include <bsd.prog.mk> 9