summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/adventure/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/adventure/Makefile b/games/adventure/Makefile
index ec9f4e9..3c2a543 100644
--- a/games/adventure/Makefile
+++ b/games/adventure/Makefile
@@ -10,7 +10,7 @@ CLEANFILES+=setup data.c
data.c: glorkz setup
./setup ${.CURDIR}/glorkz > data.c
-setup: setup.c hdr.h
+setup: setup.c hdr.h ${LIBCRT0} ${LIBC}
${CC} -o setup ${.CURDIR}/setup.c
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud