+
+setup: host_phantglobs.lo setup.lo monsters.asc ${LIBM}
+ ${HOST_LINK.c} host_phantglobs.lo setup.lo -o ${.TARGET} -lm
+
+host_phantglobs.lo: ${.CURDIR}/phantglobs.c
+ ${HOST_COMPILE.c} -o host_phantglobs.lo ${.CURDIR}/phantglobs.c
+
+setup.lo: ${.CURDIR}/setup.c
+ ${HOST_COMPILE.c} -o setup.lo ${.CURDIR}/setup.c