diff options
author | asami <asami@FreeBSD.org> | 1995-05-13 14:24:28 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-13 14:24:28 +0800 |
commit | 26a19eac4b24a81c9d1aadf0a0a5840a9099ad3d (patch) | |
tree | 40877b3e27467f12c8ac53af11912fc8b425a551 /games/Makefile | |
parent | 6c08f3d95cec9e478ac845b87dd216ce5911ffb0 (diff) | |
download | freebsd-ports-gnome-26a19eac4b24a81c9d1aadf0a0a5840a9099ad3d.tar.gz freebsd-ports-gnome-26a19eac4b24a81c9d1aadf0a0a5840a9099ad3d.tar.zst freebsd-ports-gnome-26a19eac4b24a81c9d1aadf0a0a5840a9099ad3d.zip |
Swap oneko/nethack to put them in alphabetical order (my fault!), add
xonix and xrisk.
Diffstat (limited to 'games/Makefile')
-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> |