aboutsummaryrefslogtreecommitdiff
path: root/games/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-09-04 04:03:31 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-09-04 04:03:31 +0000
commit554eb505f88b72f17fd718c5b2c4cff707c0f817 (patch)
treea9f8f9086491ddb64c3de11026474c8cb3cf2dd6 /games/Makefile
parent28178404aff64c092070e5d3ec53c13d06f6a471 (diff)
downloadsrc-554eb505f88b72f17fd718c5b2c4cff707c0f817.tar.gz
src-554eb505f88b72f17fd718c5b2c4cff707c0f817.zip
Notes
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 000000000000..36dd313e571b
--- /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>