xref: /openbsd/sbin/kbd/Makefile (revision c32fa220)
1*c32fa220Skettenis#	$OpenBSD: Makefile,v 1.41 2016/09/26 21:19:02 kettenis Exp $
21d588f09Shannken
33a4177e1Smiod#
4a99125c2Smartin# Be sure to change src/distrib/special/kbd/Makefile as well if you add or
5a99125c2Smartin# remove architectures on this list!
63a4177e1Smiod#
70f527572Sderaadt.if ${MACHINE} != "octeon"
826bf6218Sderaadt
91d588f09ShannkenPROG=	kbd
101d588f09Shannken
112598c4a8SmiodSRCS=	main.c kbd_wscons.c
121d588f09Shannken
133f2336bcSmiod.else
143f2336bcSmiodNOPROG=	Yes
153f2336bcSmiod.endif
163f2336bcSmiod
173f2336bcSmiodMAN=		kbd.8
183f2336bcSmiod
191d588f09Shannken.include <bsd.prog.mk>
20