diff options
Diffstat (limited to 'games/hack/Makefile')
-rw-r--r-- | games/hack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/hack/Makefile b/games/hack/Makefile index 384275e0a92..3d3a0ce619b 100644 --- a/games/hack/Makefile +++ b/games/hack/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2002/05/23 18:43:00 deraadt Exp $ +# $OpenBSD: Makefile,v 1.13 2002/05/31 03:46:35 pjanzen Exp $ PROG= hack CFLAGS+=-I. @@ -18,6 +18,7 @@ MAN= hack.6 DPADD+= ${LIBCURSES} LDADD+= -lcurses CLEANFILES+=hack.onames.h makedefs +BINMODE=2555 ${PROG}: hack.onames.h |