aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile
index a0e0f21ec1f1..7ba46f073c01 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -8,7 +8,7 @@ SUBDIR= adventure arithmetic atc backgammon battlestar bcd boggle caesar \
wump
.if exists(${X11BASE}/lib/libX11.a)
-SUBDIR+= xneko xroach
+SUBDIR+= x11
.endif
.include <bsd.subdir.mk>