summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-07-07 01:43:54 +0000
committerBruce Evans <bde@FreeBSD.org>1998-07-07 01:43:54 +0000
commitda1a06c3c3f17ea5b0293cbdca59ad2b2ef1c536 (patch)
treebc297b51dadfde59ad682ce87777e9a93b220595
parent5325b598c0c489d7fee796c1a7d9faee396488db (diff)
Notes
-rw-r--r--games/phantasia/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/phantasia/Makefile b/games/phantasia/Makefile
index 3d80ab832dd8..7108267cbb2b 100644
--- a/games/phantasia/Makefile
+++ b/games/phantasia/Makefile
@@ -11,12 +11,14 @@ CLEANFILES=${DATAFILES} map setup setup.o stamp.setuprun
all: stamp.setuprun
+build-tools: setup
+
stamp.setuprun: monsters.asc setup
./setup -m ${.CURDIR}/monsters.asc
touch ${.TARGET}
setup: phantglobs.o setup.o ${LIBM}
- ${CC} ${CFLAGS} phantglobs.o setup.o -o ${.TARGET} -lm
+ ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} phantglobs.o setup.o -lm
beforeinstall:
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 660 \