diff options
Diffstat (limited to 'games/nethack-tty/Makefile')
-rw-r--r-- | games/nethack-tty/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/nethack-tty/Makefile b/games/nethack-tty/Makefile index 16f36c8ea9f..48a5f209921 100644 --- a/games/nethack-tty/Makefile +++ b/games/nethack-tty/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.9 2000/10/16 01:37:51 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2001/02/16 15:10:55 wiz Exp $ # .include "../nethack-lib/Makefile.common" PKGNAME= nethack-tty-${NETHACK_VERSION} +COMMENT= the tty/console based version of NetHack + DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib ALL_TARGET= nethack |