aboutsummaryrefslogtreecommitdiff
path: root/games/Makefile.inc
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.inc
parent28178404aff64c092070e5d3ec53c13d06f6a471 (diff)
downloadsrc-554eb505f88b72f17fd718c5b2c4cff707c0f817.tar.gz
src-554eb505f88b72f17fd718c5b2c4cff707c0f817.zip
Bring in the 4.4 Lite games directory, modulo man page changes and segregation
of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh
Notes
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=2490
Diffstat (limited to 'games/Makefile.inc')
-rw-r--r--games/Makefile.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/games/Makefile.inc b/games/Makefile.inc
new file mode 100644
index 000000000000..9601aa4cb4b3
--- /dev/null
+++ b/games/Makefile.inc
@@ -0,0 +1,9 @@
+# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
+
+BINOWN?= games
+.if defined(HIDEGAME)
+BINDIR?= /usr/games/hide
+BINMODE?= 4700
+.else
+BINDIR?= /usr/games
+.endif