diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1995-03-31 19:17:46 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1995-03-31 19:17:46 +0000 |
commit | b1519f7453d2e2e0115ab659bf5ef4ddd6b5668e (patch) | |
tree | cab14332e7389852cafc2ce8baee4012f94d4c6c /games/Makefile | |
parent | 5e676cd4d457f777647b14f031aa31fb1278c140 (diff) | |
download | ports-b1519f7453d2e2e0115ab659bf5ef4ddd6b5668e.tar.gz ports-b1519f7453d2e2e0115ab659bf5ef4ddd6b5668e.zip |
Notes
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games/Makefile b/games/Makefile index e92454c3c336..bc39e56d386b 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,8 +1,10 @@ -# $Id: Makefile,v 1.10 1995/03/24 05:29:16 asami Exp $ +# $Id: Makefile,v 1.11 1995/03/28 12:15:37 asami Exp $ # -SUBDIR= acm golddig jetpack oneko nethack xasteroids xboard xboing xchomp \ +# BROKEN = xboing xchomp xmine xmj xpipeman xrobots +# +SUBDIR= acm golddig jetpack oneko nethack xasteroids xboard \ xemeraldia xinvaders \ - xjewel xlife xmille xmine xminesweep xmj xmris xpipeman xrobots xsol \ + xjewel xlife xmille xminesweep xmris xsol \ xtetris .include <bsd.port.subdir.mk> |