blob: d0c360ea358ed6e498a5e94f8137a28ecfea3d02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $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.c kbd_wscons.c
.else
NOPROG= Yes
.endif
MAN= kbd.8
.include <bsd.prog.mk>
|