diff options
author | frueauf <frueauf> | 1998-07-26 22:14:31 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-07-26 22:14:31 +0000 |
commit | d4986467ced17981a72cc040bdb01158f393c971 (patch) | |
tree | 195306d300ecbc159b9fd79972fe7050e0c4f6ae | |
parent | cb89ea45aa006ffce0c6b8287463e13984a8d722 (diff) | |
download | pkgsrc-d4986467ced17981a72cc040bdb01158f393c971.tar.gz |
Add and enable finalbattle and golddig.
-rw-r--r-- | games/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/Makefile b/games/Makefile index a112f36d23c..f1357b2cf10 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1998/07/25 21:23:47 frueauf Exp $ +# $NetBSD: Makefile,v 1.17 1998/07/26 22:14:31 frueauf Exp $ # FreeBSD Id: Makefile,v 1.87 1997/10/15 04:58:31 max Exp # @@ -16,6 +16,7 @@ # SUBDIR += dontspace # SUBDIR += doom # SUBDIR += empire + SUBDIR += finalbattle # SUBDIR += flying SUBDIR += freeciv SUBDIR += galaxa @@ -24,7 +25,7 @@ # SUBDIR += gnuchess # SUBDIR += gnugo # SUBDIR += gnushogi -# SUBDIR += golddig + SUBDIR += golddig SUBDIR += icbm3d # SUBDIR += imaze # SUBDIR += jetpack |