1#	$OpenBSD: Makefile,v 1.2 2009/10/28 07:36:49 deraadt Exp $
2
3PROG=	dmesg
4CFLAGS+=-DNOKVM
5.PATH:  ${.CURDIR}/../../../sbin/dmesg
6
7.include <bsd.prog.mk>
8