1# $OpenBSD: Makefile,v 1.4 2001/06/22 22:06:22 mickey Exp $ 2 3PROG= dmesg 4MAN= dmesg.8 5LDADD= -lkvm 6DPADD= ${LIBKVM} 7 8.include <bsd.prog.mk> 9