summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wsconscfg
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2006-01-04 20:38:59 +0000
committermiod <miod@openbsd.org>2006-01-04 20:38:59 +0000
commit243d77f58e0de8284ff3fe64e58c319cb8be2648 (patch)
tree5ad49f7ce51b7f745f94322ac7b13d38aee229cd /usr.sbin/wsconscfg
parentMore accurate sc_minsync computation on 16.5MHz ESPs; ok martin@ (diff)
downloadwireguard-openbsd-243d77f58e0de8284ff3fe64e58c319cb8be2648.tar.xz
wireguard-openbsd-243d77f58e0de8284ff3fe64e58c319cb8be2648.zip
Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouse
drivers, and to wscons as the console; a few parts borrowed from OpenBSD/macppc as well. Currently only working with displays configured in 1bpp or 8bpp modes; this limitation will be worked on ASAP. Tested by claudio@ kettenis@ martin@ nick@ and I on various models. X11 changes coming soon.
Diffstat (limited to 'usr.sbin/wsconscfg')
-rw-r--r--usr.sbin/wsconscfg/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile
index ed6084509b0..a2091a691fa 100644
--- a/usr.sbin/wsconscfg/Makefile
+++ b/usr.sbin/wsconscfg/Makefile
@@ -1,11 +1,7 @@
-# $OpenBSD: Makefile,v 1.19 2005/01/14 22:39:40 miod Exp $
+# $OpenBSD: Makefile,v 1.20 2006/01/04 20:39:06 miod Exp $
-.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
- ${MACHINE} == "cats" || ${MACHINE} == "hp300" || \
- ${MACHINE} == "hppa" || ${MACHINE} == "i386" || \
- ${MACHINE} == "luna88k" || ${MACHINE} == "macppc" || \
- ${MACHINE} == "sgi" || ${MACHINE} == "sparc" || \
- ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus"
+.if ${MACHINE} != "mvme68k" && ${MACHINE} != "mvme88k" && \
+ ${MACHINE} != "vax"
PROG= wsconscfg
SRCS= wsconscfg.c
@@ -17,7 +13,7 @@ NOPROG=yes
.endif
MAN= wsconscfg.8
-MANSUBDIR= alpha amd64 cats hp300 hppa i386 luna88k macppc sgi
-MANSUBDIR+= sparc sparc64 zaurus
+MANSUBDIR= alpha amd64 cats hp300 hppa i386 luna88k mac68k macppc \
+ sgi sparc sparc64 zaurus
.include <bsd.prog.mk>