summaryrefslogtreecommitdiff
path: root/sbin/wsconsctl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/wsconsctl/Makefile')
-rw-r--r--sbin/wsconsctl/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/wsconsctl/Makefile b/sbin/wsconsctl/Makefile
index 98d6950a38b..9ef0c977ad4 100644
--- a/sbin/wsconsctl/Makefile
+++ b/sbin/wsconsctl/Makefile
@@ -1,10 +1,11 @@
-# $OpenBSD: Makefile,v 1.20 2004/08/06 22:41:07 pefo Exp $
+# $OpenBSD: Makefile,v 1.21 2005/01/13 19:17:25 drahn Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
${MACHINE} == "cats" || ${MACHINE} == "hppa" || \
${MACHINE} == "i386" || ${MACHINE} == "luna88k" || \
${MACHINE} == "macppc" || ${MACHINE} == "sparc" || \
- ${MACHINE} == "sgi" || ${MACHINE} == "sparc64"
+ ${MACHINE} == "sgi" || ${MACHINE} == "sparc64" || \
+ ${MACHINE} == "zaurus"
PROG= wsconsctl
SRCS= display.c keyboard.c keysym.c map_parse.y map_scan.l \
@@ -26,5 +27,6 @@ NOPROG=yes
MAN= wsconsctl.8
MANSUBDIR= alpha amd64 cats hppa i386 luna88k macppc sgi sparc sparc64
+MANSUBDIR+= zaurus
.include <bsd.prog.mk>