summaryrefslogtreecommitdiff
path: root/sbin/kbd
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-28 17:45:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-28 17:45:23 +0000
commit52947c01f9dcc612e4c0479d4a0f23163dd8b925 (patch)
tree9e1ffb8ffc7588d37fba9dda82c4bbcf0341910d /sbin/kbd
parentf5b1c0f83f9827a82bc59402c396cbaade4a9b65 (diff)
Repair build links for pegosos, and also build for amd64
Diffstat (limited to 'sbin/kbd')
-rw-r--r--sbin/kbd/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/sbin/kbd/Makefile b/sbin/kbd/Makefile
index 688fedd7f6b..4c14f58f989 100644
--- a/sbin/kbd/Makefile
+++ b/sbin/kbd/Makefile
@@ -1,9 +1,11 @@
-# $OpenBSD: Makefile,v 1.17 2003/10/31 04:05:29 drahn Exp $
+# $OpenBSD: Makefile,v 1.18 2004/01/28 17:45:22 deraadt Exp $
-.if (${MACHINE} == "alpha") || (${MACHINE} == "hppa") || \
- (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \
+.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \
+ (${MACHINE} == "macppc") || (${MACHINE} == "pegasos") || \
+ (${MACHINE} == "alpha") || (${MACHINE} == "hppa") || \
(${MACHINE} == "sparc") || (${MACHINE} == "sparc64") || \
- (${MACHINE} == "vax") || (${MACHINE} == "pegasos")
+ (${MACHINE} == "vax")
+
PROG= kbd
SRCS= main.c kbd_wscons.c
@@ -15,6 +17,6 @@ NOPROG= Yes
.endif
MAN= kbd.8
-MANSUBDIR= alpha hppa i386 macppc sparc sparc64 vax
+MANSUBDIR= alpha hppa i386 macppc sparc sparc64 vax pegosos amd64
.include <bsd.prog.mk>