diff options
| author | Andreas Schulz <ats@FreeBSD.org> | 1994-11-26 16:15:44 +0000 |
|---|---|---|
| committer | Andreas Schulz <ats@FreeBSD.org> | 1994-11-26 16:15:44 +0000 |
| commit | 5dd2c633c9486d5b555766e3dda4860438fcce2a (patch) | |
| tree | dd4c70332a66a26832ba87138d2613542df5d1cd /games/hack | |
| parent | 0013dd1dc47cb7dc3d9d1ca80665064970a40639 (diff) | |
Notes
Diffstat (limited to 'games/hack')
| -rw-r--r-- | games/hack/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/hack/Makefile b/games/hack/Makefile index 94f0a91208b6..b5affcfe0663 100644 --- a/games/hack/Makefile +++ b/games/hack/Makefile @@ -15,6 +15,7 @@ SRCS= alloc.c hack.Decl.c hack.apply.c hack.bones.c hack.c hack.cmd.c \ MAN6= hack.6 DPADD= ${LIBTERMCAP} ${LIBCOMPAT} LDADD= -ltermcap -lcompat +CFLAGS+= -fwritable-strings HIDEGAME=hidegame hack.onames.h: makedefs def.objects.h |
