summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/wsconsctl/Makefile7
-rw-r--r--usr.sbin/wsconscfg/Makefile7
-rw-r--r--usr.sbin/wsfontload/Makefile3
3 files changed, 7 insertions, 10 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>
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile
index 209d12dd602..9f76676a284 100644
--- a/usr.sbin/wsconscfg/Makefile
+++ b/usr.sbin/wsconscfg/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.26 2007/08/01 21:35:26 deraadt Exp $
+# $OpenBSD: Makefile,v 1.27 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= wsconscfg
SRCS= wsconscfg.c
@@ -18,7 +19,5 @@ NOPROG=yes
.endif
MAN= wsconscfg.8
-MANSUBDIR= alpha amd64 hp300 hppa i386 luna88k mac68k macppc \
- sgi sparc sparc64 vax zaurus
.include <bsd.prog.mk>
diff --git a/usr.sbin/wsfontload/Makefile b/usr.sbin/wsfontload/Makefile
index 624f5324b91..692b877ecee 100644
--- a/usr.sbin/wsfontload/Makefile
+++ b/usr.sbin/wsfontload/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 2007/08/01 21:35:26 deraadt Exp $
+# $OpenBSD: Makefile,v 1.12 2009/05/15 21:45:44 deraadt Exp $
.if ${MACHINE} == "i386" || ${MACHINE} == "amd64" || \
${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \
@@ -14,6 +14,5 @@ NOPROG=yes
.endif
MAN= wsfontload.8
-MANSUBDIR= alpha hppa i386 amd64 zaurus
.include <bsd.prog.mk>