summaryrefslogtreecommitdiffstats
path: root/games/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/Makefile')
-rw-r--r--games/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile
new file mode 100644
index 0000000..36dd313
--- /dev/null
+++ b/games/Makefile
@@ -0,0 +1,13 @@
+# @(#)Makefile 8.2 (Berkeley) 3/31/94
+
+SUBDIR= adventure arithmetic atc backgammon battlestar bcd boggle caesar \
+ canfield chess ching cribbage dm factor fish fortune hack hangman \
+ larn mille monop morse number phantasia pig pom ppt primes quiz \
+ rain random robots rogue sail snake tetris trek wargames worm worms \
+ wump
+
+.if exists(${X11BASE}/lib/libX11.a}
+SUBDIR+= xneko xroach
+.endif
+
+.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud