diff options
Diffstat (limited to 'games/phantasia')
-rw-r--r-- | games/phantasia/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/phantasia/Makefile b/games/phantasia/Makefile index e09fc1f4891..12436d5c706 100644 --- a/games/phantasia/Makefile +++ b/games/phantasia/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.13 1998/11/29 19:56:54 pjanzen Exp $ +# $OpenBSD: Makefile,v 1.14 2002/05/23 18:43:00 deraadt 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 -HIDEGAME=hidegame MAN= phantasia.6 CLEANFILES+=map setup setup.o phantglobs.o.bld |