=================================================================== RCS file: /cvsrepo/anoncvs/cvs/xenocara/Makefile,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- xenocara/Makefile 2008/10/05 08:06:06 1.27 +++ xenocara/Makefile 2009/02/02 20:57:55 1.28 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2008/10/05 08:06:06 matthieu Exp $ +# $OpenBSD: Makefile,v 1.28 2009/02/02 20:57:55 matthieu Exp $ .include LOCALAPPD=/usr/local/lib/X11/app-defaults @@ -9,6 +9,10 @@ .if ${MACHINE_ARCH} != "sh" XSERVER= xserver +.endif + +.if ${USE_GCC3:L} == "yes" +XSERVER+= kdrive .endif SUBDIR= proto data/bitmaps lib app data/xkbdata ${XSERVER} driver util doc