diff options
author | jkh <jkh@FreeBSD.org> | 1994-09-08 18:48:57 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-09-08 18:48:57 +0000 |
commit | 32f74b924458d181d230eb1855e5398431538d19 (patch) | |
tree | 404a24fdcf1d54d28eb6c76f6c874cd7b6314330 /games | |
parent | 6d8bc96be8abc990726f119b75c8a25aeef640b4 (diff) | |
download | FreeBSD-src-32f74b924458d181d230eb1855e5398431538d19.zip FreeBSD-src-32f74b924458d181d230eb1855e5398431538d19.tar.gz |
Gack - this was totally broken.
Reviewed by:
Submitted by:
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index a0e0f21..7ba46f0 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> |