#	$Id: Makefile,v 1.1 1995/03/10 08:53:54 phk Exp $

PROG=	kernbb
MAN8=	kernbb.8
DPADD=	${LIBKVM}
LDADD=	-lkvm

.include <bsd.prog.mk>

