1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-03 09:00:21 +00:00
freebsd/usr.bin/ktrdump/Makefile
2002-06-06 11:30:57 +00:00

9 lines
96 B
Makefile

# $FreeBSD$
PROG= ktrdump
DPADD= ${LIBKVM}
LDADD= -lkvm
MAN= ktrdump.8
.include <bsd.prog.mk>