diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-13 06:24:28 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-13 06:24:28 +0000 |
commit | 2e5bd551c08d9174f2e5909d8334a7db195d4a7e (patch) | |
tree | 97cfd7d129317c02fd1121ce56e392daa1dccdf7 /games | |
parent | Add NO_PACKAGE=yes. (diff) |
Swap oneko/nethack to put them in alphabetical order (my fault!), add
xonix and xrisk.
Notes
Notes:
svn path=/head/; revision=1707
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/Makefile b/games/Makefile index 298ddd69759f..396025b7b46c 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.16 1995/04/17 08:27:54 joerg Exp $ +# $Id: Makefile,v 1.17 1995/05/06 12:14:24 jmz Exp $ # # BROKEN = xchomp xmj xpipeman xrobots # -SUBDIR= acm golddig jetpack oneko nethack xasteroids xboard xboing \ +SUBDIR= acm golddig jetpack nethack oneko xasteroids xboard xboing \ xemeraldia xevil xinvaders \ - xjewel xlife xmille xmine xminesweep xmris xsol \ + xjewel xlife xmille xmine xminesweep xmris xonix xrisk xsol \ xtetris .include <bsd.port.subdir.mk> |