1# $OpenBSD: Makefile,v 1.41 2016/09/26 21:19:02 kettenis Exp $ 2 3# 4# Be sure to change src/distrib/special/kbd/Makefile as well if you add or 5# remove architectures on this list! 6# 7.if ${MACHINE} != "octeon" 8 9PROG= kbd 10 11SRCS= main.c kbd_wscons.c 12 13.else 14NOPROG= Yes 15.endif 16 17MAN= kbd.8 18 19.include <bsd.prog.mk> 20