summaryrefslogtreecommitdiff
path: root/distrib/special/kbd/Makefile
blob: 59eb2d8068cb590b037f23941f1bff40009f6f71 (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.19 2015/12/01 07:50:07 deraadt Exp $

PROG=	kbd

SRCS=	main.c kbd_wscons.c
CFLAGS+=-DNOKVM
.PATH:  ${.CURDIR}/../../../sbin/kbd

.include <bsd.prog.mk>