summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gnu/Makefile3
-rw-r--r--gnu/games/Makefile5
-rw-r--r--gnu/games/Makefile.inc9
3 files changed, 15 insertions, 2 deletions
diff --git a/gnu/Makefile b/gnu/Makefile
index 490e05a..c48e251 100644
--- a/gnu/Makefile
+++ b/gnu/Makefile
@@ -1,6 +1,5 @@
# @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91
-SUBDIR= bc chess cpio cvs dc diff diff3 gas gawk gcc2 gdb grep groff gzip \
- ld libg++ libmalloc libregex man patch pr rcs sdiff sort tar uucp
+SUBDIR= games lib libexec usr.bin
.include <bsd.subdir.mk>
diff --git a/gnu/games/Makefile b/gnu/games/Makefile
new file mode 100644
index 0000000..4a7577e
--- /dev/null
+++ b/gnu/games/Makefile
@@ -0,0 +1,5 @@
+# $Id$
+
+SUBDIR= chess
+
+.include <bsd.subdir.mk>
diff --git a/gnu/games/Makefile.inc b/gnu/games/Makefile.inc
new file mode 100644
index 0000000..4437a84
--- /dev/null
+++ b/gnu/games/Makefile.inc
@@ -0,0 +1,9 @@
+# $Id$
+
+BINOWN?= games
+.if defined(HIDEGAME)
+BINDIR?= /usr/games/hide
+BINMODE?= 4700
+.else
+BINDIR?= /usr/games
+.endif
OpenPOWER on IntegriCloud