diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-04 14:50:25 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-04 14:50:25 +0000 |
commit | 7615f40c2d6065a6cb08b078a1ee9b46f93d4723 (patch) | |
tree | cec4157eeadafeb74f2d43c39e38ab4e8a08b660 | |
parent | dac67a96f772ac579c14be0501737d9d777978dd (diff) |
Remove a comment that should have gone with rev 1.39.
-rw-r--r-- | driver/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/driver/Makefile b/driver/Makefile index b9d8049dd..a8eb106b0 100644 --- a/driver/Makefile +++ b/driver/Makefile @@ -1,11 +1,4 @@ -# $OpenBSD: Makefile,v 1.42 2012/02/07 19:46:11 matthieu Exp $ - -# The input driver ABI broke between xserver 1.9 and 1.10. -# Some drivers were updated to the new ABI without keeping compatibility -# So people testing Xserver 1.11 cant build the ones in xenocara until -# they are updated, but I don't want to break people building from CVS -# This is going away once xsever 1.11 and associated input drivers -# updates are committed +# $OpenBSD: Makefile,v 1.43 2012/03/04 14:50:24 matthieu Exp $ INPUT_DRV_DEFAULT= \ xf86-input-keyboard \ @@ -33,7 +26,7 @@ INPUT_DRV_landisk= INPUT_DRV_loongson= ${INPUT_DRV_DEFAULT} -INPUT_DRV_mac68k= +INPUT_DRV_mac68k= INPUT_DRV_macppc= ${INPUT_DRV_COMMON} |