summaryrefslogtreecommitdiffstats
path: root/games/hack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/hack/Makefile')
-rw-r--r--games/hack/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hack/Makefile b/games/hack/Makefile
index 5f0cf31..3c308f0 100644
--- a/games/hack/Makefile
+++ b/games/hack/Makefile
@@ -26,7 +26,7 @@ hack.onames.h: makedefs def.objects.h
./makedefs ${.CURDIR}/def.objects.h > hack.onames.h
makedefs: makedefs.o
- ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
+ ${CC} -static ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
beforeinstall:
${INSTALL} -c -o bin -g bin -m ${NOBINMODE} /dev/null \
OpenPOWER on IntegriCloud