diff options
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 2 |
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> |