Add the dummy make files for /usr/src/games from the etcdist
authorRodney W. Grimes <rgrimes@cdrom.com>
Fri, 2 Apr 1993 00:00:00 +0000 (00:00 +0000)
committerRodney W. Grimes <rgrimes@cdrom.com>
Fri, 2 Apr 1993 00:00:00 +0000 (00:00 +0000)
This patch adds Makefile and Makefile.inc to /usr/src/games.
These are dummy place holders, if you wish the games, you must get the
optional 90000 series patch to install them.  Note that the 90000 series
patch supercedes what is in the 0.1 etcdist.

AUTHOR: Rodney W. Grimes (rgrimes@agora.rain.com)
386BSD-Patchkit: patch00127

usr/src/games/Makefile [new file with mode: 0644]
usr/src/games/Makefile.inc [new file with mode: 0644]

diff --git a/usr/src/games/Makefile b/usr/src/games/Makefile
new file mode 100644 (file)
index 0000000..3acca20
--- /dev/null
@@ -0,0 +1,12 @@
+#      @(#)Makefile    5.15.1.2 (Berkeley) 5/8/91
+
+#Missing: adventure boggle ching dungeon hunt phantasia quiz warp 
+#Optional games patch:
+#      arithmetic atc backgammon battlestar bcd caesar canfield \
+#      chess cribbage dm factor fish fortune hack hangman larn \
+#      mille monop morse number pom ppt primes rain robots rogue \
+#      sail snake trek wargames worm worms wump
+
+SUBDIR=
+
+.include <bsd.subdir.mk>
diff --git a/usr/src/games/Makefile.inc b/usr/src/games/Makefile.inc
new file mode 100644 (file)
index 0000000..b66e2f7
--- /dev/null
@@ -0,0 +1,9 @@
+#      @(#)Makefile.inc        5.1 (Berkeley) 5/11/90
+
+BINOWN?=       games
+.if defined(HIDEGAME)
+BINDIR?=       /usr/games/hide
+BINMODE?=      4700
+.else
+BINDIR?=       /usr/games
+.endif