diff options
author | garbled <garbled@pkgsrc.org> | 1998-08-27 13:23:38 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-08-27 13:23:38 +0000 |
commit | 9337a7a5555df8e9fd21e73f687923f7ce2927bd (patch) | |
tree | 5aa5bb846a524b0f727e42f5af3a167ac70a10fa /games | |
parent | c92ffdca2bc4969eaa8c2ff2082435fdb7042bc0 (diff) | |
download | pkgsrc-9337a7a5555df8e9fd21e73f687923f7ce2927bd.tar.gz |
enable abuse, nethack and angband pkgs.
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/games/Makefile b/games/Makefile index 168359cdd2e..a29a7f36503 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,11 +1,13 @@ -# $NetBSD: Makefile,v 1.33 1998/08/23 11:25:54 garbled Exp $ +# $NetBSD: Makefile,v 1.34 1998/08/27 13:23:38 garbled Exp $ # FreeBSD Id: Makefile,v 1.87 1997/10/15 04:58:31 max Exp # + SUBDIR += abuse # SUBDIR += acm # SUBDIR += agm # SUBDIR += an -# SUBDIR += angband + SUBDIR += angband-tty + SUBDIR += angband-x11 SUBDIR += battalion SUBDIR += battleball # SUBDIR += block @@ -37,8 +39,10 @@ SUBDIR += lincity SUBDIR += maelstrom SUBDIR += mirrormagic -# SUBDIR += nethack -# SUBDIR += nethack-qt + SUBDIR += nethack-lib + SUBDIR += nethack-tty + SUBDIR += nethack-qt + SUBDIR += nethack-x11 # SUBDIR += netris # SUBDIR += oneko # SUBDIR += oonsoo |