diff options
author | tron <tron@pkgsrc.org> | 1999-01-03 17:07:20 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-01-03 17:07:20 +0000 |
commit | 81115155501c8856b00c3a3073b8102ab6f1fc03 (patch) | |
tree | f96a1cfbc0895973af406bb17d3a27d955dfd40f | |
parent | 5df67c48ba9cc9be1076f591bac1a16a2aa1bec5 (diff) | |
download | pkgsrc-81115155501c8856b00c3a3073b8102ab6f1fc03.tar.gz |
Add "nethack" sub packages to make sure that "make clean" does its work.
-rw-r--r-- | games/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index fb112b30369..3685c0f1b79 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 1998/11/05 08:34:25 garbled Exp $ +# $NetBSD: Makefile,v 1.41 1999/01/03 17:07:20 tron Exp $ # FreeBSD Id: Makefile,v 1.87 1997/10/15 04:58:31 max Exp # @@ -41,6 +41,10 @@ SUBDIR += maelstrom SUBDIR += mirrormagic SUBDIR += nethack + SUBDIR += nethack-lib + SUBDIR += nethack-qt + SUBDIR += nethack-tty + SUBDIR += nethack-x11 # SUBDIR += netris # SUBDIR += oneko # SUBDIR += oonsoo |