Update for new organization of gnu tree.

This commit is contained in:
Rodney W. Grimes 1994-01-30 00:55:54 +00:00
parent ca4dad266f
commit 3f6a562175
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1041
3 changed files with 15 additions and 2 deletions

View File

@ -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>

5
gnu/games/Makefile Normal file
View File

@ -0,0 +1,5 @@
# $Id$
SUBDIR= chess
.include <bsd.subdir.mk>

9
gnu/games/Makefile.inc Normal file
View File

@ -0,0 +1,9 @@
# $Id$
BINOWN?= games
.if defined(HIDEGAME)
BINDIR?= /usr/games/hide
BINMODE?= 4700
.else
BINDIR?= /usr/games
.endif