diff --git a/games/adventure/Makefile b/games/adventure/Makefile index ec9f4e92c22c..3c2a5433b425 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