diff options
-rw-r--r-- | games/phantasia/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/phantasia/Makefile b/games/phantasia/Makefile index 3285150854d..07d101e80c3 100644 --- a/games/phantasia/Makefile +++ b/games/phantasia/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.15 2003/04/08 20:42:42 millert Exp $ +# $OpenBSD: Makefile,v 1.16 2004/11/11 16:39:00 jolan Exp $ PROG= phantasia SRCS= main.c fight.c io.c interplayer.c gamesupport.c misc.c phantglobs.c CFLAGS+=-DTERMIOS DPADD= ${LIBM} ${LIBCURSES} LDADD= -lm -lcurses +BINMODE=2555 MAN= phantasia.6 CLEANFILES+=map setup setup.o phantglobs.o.bld |