# $OpenBSD: Makefile,v 1.41 2016/09/26 21:19:02 kettenis Exp $## Be sure to change src/distrib/special/kbd/Makefile as well if you add or# remove architectures on this list!#.if ${MACHINE} != "octeon"PROG=kbd
SRCS=main.ckbd_wscons.c
.elseNOPROG=Yes
.endifMAN=kbd.8
.include <bsd.prog.mk>