diff --git a/games/adventure/Makefile b/games/adventure/Makefile index 5866a35a6e2f..07de907d661e 100644 --- a/games/adventure/Makefile +++ b/games/adventure/Makefile @@ -13,6 +13,6 @@ data.c: glorkz setup ./setup ${.CURDIR}/glorkz > data.c setup: setup.o - ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC} + ${CC} -static ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC} .include