diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-08 18:48:57 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-08 18:48:57 +0000 |
commit | 514d1814acb7417249a661845d617e548f6bb8cd (patch) | |
tree | 404a24fdcf1d54d28eb6c76f6c874cd7b6314330 /games/Makefile | |
parent | 95112be9b3211af193df226bde73a961a1728a85 (diff) |
Gack - this was totally broken.
Reviewed by:
Submitted by:
Notes
Notes:
svn path=/head/; revision=2583
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> |