]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/ddb/Makefile
Use _exit instead of exit so the file descriptors aren't flushed twice in the
[FreeBSD/FreeBSD.git] / sbin / ddb / Makefile
1 # $FreeBSD$
2
3 PROG=   ddb
4 SRCS=   ddb.c ddb_capture.c ddb_script.c
5 MAN=    ddb.8
6 WARNS?= 3
7
8 DPADD=  ${LIBKVM}
9 LDADD=  -lkvm
10
11 .include <bsd.prog.mk>