summaryrefslogtreecommitdiff
path: root/distrib/special/dmesg/Makefile
blob: d9846a56ddadf5d82e8969858c1b4d1def4b9c01 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.2 2009/10/28 07:36:49 deraadt Exp $

PROG=	dmesg
CFLAGS+=-DNOKVM
.PATH:  ${.CURDIR}/../../../sbin/dmesg

.include <bsd.prog.mk>