Update for new organization of gnu tree.
This commit is contained in:
parent
ca4dad266f
commit
3f6a562175
@ -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
5
gnu/games/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
# $Id$
|
||||
|
||||
SUBDIR= chess
|
||||
|
||||
.include <bsd.subdir.mk>
|
9
gnu/games/Makefile.inc
Normal file
9
gnu/games/Makefile.inc
Normal file
@ -0,0 +1,9 @@
|
||||
# $Id$
|
||||
|
||||
BINOWN?= games
|
||||
.if defined(HIDEGAME)
|
||||
BINDIR?= /usr/games/hide
|
||||
BINMODE?= 4700
|
||||
.else
|
||||
BINDIR?= /usr/games
|
||||
.endif
|
Loading…
x
Reference in New Issue
Block a user