diff options
-rw-r--r-- | games/phantasia/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/phantasia/Makefile b/games/phantasia/Makefile index 87541cd345c..e3fa8e356b0 100644 --- a/games/phantasia/Makefile +++ b/games/phantasia/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 1997/02/28 10:18:41 downsj Exp $ +# $OpenBSD: Makefile,v 1.8 1997/04/01 19:54:26 mickey Exp $ # $NetBSD: Makefile,v 1.4 1995/03/24 03:58:22 cgd Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 @@ -18,7 +18,7 @@ setup.o: setup.c phantglobs.o.bld: phantglobs.c ${HOSTCC} -c ${CFLAGS} -o ${.TARGET} ${.CURDIR}/phantglobs.c -setup: phantglobs.o.bld setup.o monsters.asc ${LIBM} +setup: phantglobs.o.bld setup.o monsters.asc ${DPADD} ${HOSTCC} ${CFLAGS} ${LDFLAGS} ${LDSTATIC} -o ${.TARGET} \ phantglobs.o.bld setup.o ${LDADD} |