summaryrefslogtreecommitdiffstats
path: root/phantasia/Makefile
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1994-12-22 09:31:26 +0000
committercgd <cgd@NetBSD.org>1994-12-22 09:31:26 +0000
commit1877bae1eec4daedfbc30c458e2957215af00ebe (patch)
tree33334edc6bd036bc0f7c8441bfcd6e237e56c0ca /phantasia/Makefile
parentb42cacb41456c82baf51250a431137fd17e4f137 (diff)
downloadbsdgames-darwin-1877bae1eec4daedfbc30c458e2957215af00ebe.tar.gz
bsdgames-darwin-1877bae1eec4daedfbc30c458e2957215af00ebe.tar.zst
bsdgames-darwin-1877bae1eec4daedfbc30c458e2957215af00ebe.zip
specify man pages the new way.
Diffstat (limited to 'phantasia/Makefile')
-rw-r--r--phantasia/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/phantasia/Makefile b/phantasia/Makefile
index 2c39e47c..d34fc357 100644
--- a/phantasia/Makefile
+++ b/phantasia/Makefile
@@ -5,10 +5,10 @@ SRCS= main.c fight.c io.c interplayer.c gamesupport.c misc.c phantglobs.c
DPADD= ${LIBM} ${LIBCURSES} ${LIBTERM} ${LIBCOMPAT}
LDADD= -lm -lcurses -ltermlib -lcompat
HIDEGAME=hidegame
-MAN6= phantasia.0
+MAN= phantasia.6
CLEANFILES+=map setup setup.o
-all: setup phantasia ${MAN6}
+all: setup phantasia
setup: phantglobs.o setup.o monsters.asc ${LIBM}
${CC} phantglobs.o setup.o -o ${.TARGET} -lm
@@ -24,7 +24,8 @@ map: map.c
${CC} -O ${.CURDIR}/map.c -lplot -o ${.TARGET}
./map | plot > /dev/tty
-phantasia.0: phantasia.6
+# XXX this rule shouldn't be here.
+phantasia.cat6: phantasia.6
tbl ${.CURDIR}/phantasia.6 | nroff -man > ${.TARGET}
.include <bsd.prog.mk>