summaryrefslogtreecommitdiffstats
path: root/phantasia/Makefile
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>2000-01-23 22:10:52 +0000
committermycroft <mycroft@NetBSD.org>2000-01-23 22:10:52 +0000
commit84f241e951dc0602bdb3bc79cc814a6cf1f2dc32 (patch)
tree9028a8034cb031a99241a7c3d40c069706ab0fd7 /phantasia/Makefile
parent8a4467f33186d5f36bf56817023a440226708217 (diff)
downloadbsdgames-darwin-84f241e951dc0602bdb3bc79cc814a6cf1f2dc32.tar.gz
bsdgames-darwin-84f241e951dc0602bdb3bc79cc814a6cf1f2dc32.tar.zst
bsdgames-darwin-84f241e951dc0602bdb3bc79cc814a6cf1f2dc32.zip
More .mk file fallout. *sigh*
Diffstat (limited to 'phantasia/Makefile')
-rw-r--r--phantasia/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/phantasia/Makefile b/phantasia/Makefile
index 1b84a0ca..bba72511 100644
--- a/phantasia/Makefile
+++ b/phantasia/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 1999/08/21 06:30:11 simonb Exp $
+# $NetBSD: Makefile,v 1.19 2000/01/23 22:11:49 mycroft Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
.include <bsd.own.mk> # for UNPRIVILEGED
@@ -14,7 +14,7 @@ USETBL=
MAN= phantasia.6
CLEANFILES+=map setup setup.o host_phantglobs.o
-all: setup phantasia
+realall: setup phantasia
setup: host_phantglobs.o setup.o monsters.asc ${LIBM}
${HOST_CC} host_phantglobs.o setup.o -o ${.TARGET} -lm