1) Remove the subdir x11/ from the build. xneko and xroach are ports now.

2) Add $Id$
This commit is contained in:
Mark Murray 1995-12-22 19:21:09 +00:00
parent 439187de6b
commit 49f8ea7107
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12980

View File

@ -1,4 +1,5 @@
# @(#)Makefile 8.2 (Berkeley) 3/31/94
# $Id$
# XXX missing: chess ching monop [copyright]
SUBDIR= adventure arithmetic atc backgammon battlestar bcd boggle bs caesar \
@ -7,8 +8,4 @@ SUBDIR= adventure arithmetic atc backgammon battlestar bcd boggle bs caesar \
rain random robots rogue sail snake tetris trek wargames worm worms \
wump
.if exists(${X11BASE}/lib/libX11.a)
SUBDIR+= x11
.endif
.include <bsd.subdir.mk>