# $OpenBSD: Makefile,v 1.39 2016/03/31 01:28:00 jsg Exp $ # # Be sure to change src/distrib/special/kbd/Makefile as well if you add or # remove architectures on this list! # .if ${MACHINE} != "hppa64" && ${MACHINE} != "octeon" PROG= kbd SRCS= main.c kbd_wscons.c LDADD= -lkvm DPADD= ${LIBKVM} .else NOPROG= Yes .endif MAN= kbd.8 .include