]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.bin/ktrdump/Makefile
Fix an off by one which can result in a assertion failure in BIND
[FreeBSD/releng/8.1.git] / usr.bin / ktrdump / Makefile
1 # $FreeBSD$
2
3 PROG=   ktrdump
4 DPADD=  ${LIBKVM}
5 LDADD=  -lkvm
6 MAN=    ktrdump.8
7
8 .include <bsd.prog.mk>