summaryrefslogtreecommitdiff
path: root/sbin/wsconsctl
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/wsconsctl
parentf5b1c0f83f9827a82bc59402c396cbaade4a9b65 (diff)
Repair build links for pegosos, and also build for amd64
Diffstat (limited to 'sbin/wsconsctl')
-rw-r--r--sbin/wsconsctl/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/sbin/wsconsctl/Makefile b/sbin/wsconsctl/Makefile
index 63310ff3d50..b62a5a4b754 100644
--- a/sbin/wsconsctl/Makefile
+++ b/sbin/wsconsctl/Makefile
@@ -1,8 +1,9 @@
-# $OpenBSD: Makefile,v 1.13 2004/01/05 02:55:28 espie Exp $
+# $OpenBSD: Makefile,v 1.14 2004/01/28 17:45:22 deraadt Exp $
-.if ${MACHINE} == "i386" || ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \
- ${MACHINE} == "macppc" || ${MACHINE} == "sparc" || \
- ${MACHINE} == "sparc64" || ${MACHINE} == "pegasos"
+.if ${MACHINE} == "i386" || ${MACHINE} == "amd64" || \
+ ${MACHINE} == "hppa" || ${MACHINE} == "macppc" || \
+ ${MACHINE} == "sparc" || ${MACHINE} == "sparc64" || \
+ ${MACHINE} == "pegasos" || ${MACHINE} == "alpha"
PROG= wsconsctl
SRCS= display.c keyboard.c keysym.c map_parse.y map_scan.l \
@@ -23,6 +24,6 @@ NOPROG=yes
.endif
MAN= wsconsctl.8
-MANSUBDIR= alpha hppa i386 macppc sparc sparc64 pegasos
+MANSUBDIR= alpha hppa i386 macppc sparc sparc64 pegasos amd64
.include <bsd.prog.mk>