summaryrefslogtreecommitdiffstats
path: root/sbin/wsconsctl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/wsconsctl/Makefile')
-rw-r--r--sbin/wsconsctl/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/sbin/wsconsctl/Makefile b/sbin/wsconsctl/Makefile
index 13c24069177..0205ea760b0 100644
--- a/sbin/wsconsctl/Makefile
+++ b/sbin/wsconsctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.30 2007/08/01 21:35:26 deraadt Exp $
+# $OpenBSD: Makefile,v 1.31 2009/05/15 21:45:44 deraadt Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
${MACHINE} == "hp300" || ${MACHINE} == "hppa" || \
@@ -6,7 +6,8 @@
${MACHINE} == "mac68k" || ${MACHINE} == "macppc" || \
${MACHINE} == "sgi" || ${MACHINE} == "sparc" || \
${MACHINE} == "sparc64" || ${MACHINE} == "vax" || \
- ${MACHINE} == "zaurus"
+ ${MACHINE} == "zaurus" || ${MACHINE} == "landisk" ||
+ ${MACHINE} == "socppc"
PROG= wsconsctl
SRCS= display.c keyboard.c keysym.c map_parse.y map_scan.l \
@@ -27,7 +28,5 @@ NOPROG=yes
.endif
MAN= wsconsctl.8
-MANSUBDIR= alpha amd64 hp300 hppa i386 luna88k mac68k macppc \
- sgi sparc sparc64 vax zaurus
.include <bsd.prog.mk>