diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-07-07 01:43:54 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-07-07 01:43:54 +0000 |
| commit | da1a06c3c3f17ea5b0293cbdca59ad2b2ef1c536 (patch) | |
| tree | bc297b51dadfde59ad682ce87777e9a93b220595 | |
| parent | 5325b598c0c489d7fee796c1a7d9faee396488db (diff) | |
Notes
| -rw-r--r-- | games/phantasia/Makefile | 4 |
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 \ |
