5aa36f5de4
files from there too. (patch-ab was updated without that nethack-tty's patch-sum file was updated)
17 lines
416 B
Makefile
17 lines
416 B
Makefile
# $NetBSD: Makefile,v 1.8 2000/08/25 01:54:17 hubertf Exp $
|
|
#
|
|
|
|
.include "../nethack-lib/Makefile.common"
|
|
|
|
PKGNAME= nethack-tty-${NETHACK_VERSION}
|
|
|
|
DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib
|
|
|
|
ALL_TARGET= nethack
|
|
INSTALL_TARGET= binfiles
|
|
MAKE_ENV+= GTYPE=-tty
|
|
|
|
PATCHDIR= "${.CURDIR}/../nethack-lib/patches"
|
|
PATCH_SUM_FILE= ${.CURDIR}/../nethack-lib/files/patch-sum
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|