]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - phantasia/Makefile
Use only one of -literal and -unfilled with Bd.
[bsdgames-darwin.git] / phantasia / Makefile
index d3205a1b390e2a7b9ed034fe8458a342a7e09613..60f513f8dcb6c430dc31d4ceb1d371006b63ffad 100644 (file)
@@ -1,6 +1,8 @@
-#      $NetBSD: Makefile,v 1.24 2001/11/19 04:48:44 perry Exp $
+#      $NetBSD: Makefile,v 1.26 2002/03/05 21:31:23 thorpej Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
+.include <bsd.own.mk>
+
 PROG=  phantasia
 SRCS=  fight.c gamesupport.c interplayer.c io.c main.c misc.c phantglobs.c
 
@@ -29,7 +31,7 @@ CLEANFILES+=map setup setup.lo host_phantglobs.lo ${ALLFILES}
 realall: ${FILES}
 
 ${FILES}: setup
-       ${.OBJDIR}/setup -m ${.CURDIR}/monsters.asc
+       ./setup -m ${.CURDIR}/monsters.asc
 
 setup: host_phantglobs.lo setup.lo monsters.asc ${LIBM} 
        ${HOST_LINK.c} host_phantglobs.lo setup.lo -o ${.TARGET} -lm