summaryrefslogtreecommitdiff
path: root/driver/Makefile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-06-05 21:26:42 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-06-05 21:26:42 +0000
commitd84b444c88fe89b708db41b7f98c39bc91690f89 (patch)
treeab8439d3c9153268a5788a5052e34e9a7d96875c /driver/Makefile
parentf8f1d7eb72396951d7d33ab218ffad88f1a7722d (diff)
Remove the input drivers that have been dropped by X.Org and
were not built for months now.
Diffstat (limited to 'driver/Makefile')
-rw-r--r--driver/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/driver/Makefile b/driver/Makefile
index 232815c1a..aa742d6c1 100644
--- a/driver/Makefile
+++ b/driver/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.30 2009/06/04 18:36:30 kettenis Exp $
+# $OpenBSD: Makefile,v 1.31 2009/06/05 21:26:36 matthieu Exp $
INPUT_DRV_DEFAULT= \
openbsd-input-usbtablet \
@@ -14,12 +14,6 @@ INPUT_DRV_COMMON= \
xf86-input-hyperpen xf86-input-joystick \
xf86-input-mutouch xf86-input-penmount
-# deprecated
-# xf86-input-calcomp xf86-input-digitaledge xf86-input-dmc
-# xf86-input-dynapro xf86-input-elo2300 xf86-input-jamstudio
-# xf86-input-magellan xf86-input-microtouch xf86-input-palmax
-# xf86-input-spaceorb xf86-input-summa xf86-input-tek4957
-
INPUT_DRV_alpha= ${INPUT_DRV_COMMON}
INPUT_DRV_amd64= ${INPUT_DRV_COMMON} xf86-input-vmmouse
@@ -42,9 +36,6 @@ INPUT_DRV_vax=
INPUT_DRV_zaurus= ${INPUT_DRV_DEFAULT}
-# deprecated
-# xf86-input-magictouch
-
.if defined(INPUT_DRV_${MACHINE})
INPUT_DRV= ${INPUT_DRV_${MACHINE}}
.else