summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorMats O Jansson <maja@cvs.openbsd.org>2009-10-11 12:19:50 +0000
committerMats O Jansson <maja@cvs.openbsd.org>2009-10-11 12:19:50 +0000
commit04fcbe28522162016197148d48d2a11a7322557c (patch)
tree9c055dfb63f7c6dfb46ebf4449a63251312b24ba /sbin
parent95db3f85bd325469722f9210743d5b1389adc875 (diff)
Enable kbd on landisk and socppc. -moj ok miod@
Diffstat (limited to 'sbin')
-rw-r--r--sbin/kbd/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/sbin/kbd/Makefile b/sbin/kbd/Makefile
index 5768647ab31..bb5df43b1e3 100644
--- a/sbin/kbd/Makefile
+++ b/sbin/kbd/Makefile
@@ -1,12 +1,11 @@
-# $OpenBSD: Makefile,v 1.32 2008/05/13 21:29:37 miod Exp $
+# $OpenBSD: Makefile,v 1.33 2009/10/11 12:19:49 maja Exp $
#
# Be sure to change src/distrib/special/kbd/Makefile as well if you add or
# remove architectures on this list!
#
-.if ${MACHINE} != "aviion" && ${MACHINE} != "landisk" && \
- ${MACHINE} != "mvme68k" && ${MACHINE} != "mvme88k" && \
- ${MACHINE} != "socppc"
+.if ${MACHINE} != "aviion" && ${MACHINE} != "mvme68k" && \
+ ${MACHINE} != "mvme88k"
PROG= kbd
@@ -19,7 +18,7 @@ NOPROG= Yes
.endif
MAN= kbd.8
-MANSUBDIR= alpha amd64 hp300 hppa i386 luna88k mac68k macppc \
- sgi sparc sparc64 vax zaurus
+MANSUBDIR= alpha amd64 hp300 hppa i386 landisk luna88k mac68k macppc \
+ sgi socppc sparc sparc64 vax zaurus
.include <bsd.prog.mk>