diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-02-02 20:57:56 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-02-02 20:57:56 +0000 |
commit | 6dbc3017b71a882e82e51ee55bbb3f44f7ae9dae (patch) | |
tree | d1e6175b0d48e8ff0d82d3646fa770c27c572d9b /Makefile | |
parent | 709bad394c24cc5e5a79abd0425b4b3ff2a3476b (diff) |
Enable build of kdrive/Xephyr on gcc3 arches. ok todd@
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 <bsd.own.mk> LOCALAPPD=/usr/local/lib/X11/app-defaults @@ -11,6 +11,10 @@ RM?=rm XSERVER= xserver .endif +.if ${USE_GCC3:L} == "yes" +XSERVER+= kdrive +.endif + SUBDIR= proto data/bitmaps lib app data/xkbdata ${XSERVER} driver util doc .ifndef NOFONTS SUBDIR+= font |