summaryrefslogtreecommitdiffstats
path: root/phantasia/Makefile
diff options
context:
space:
mode:
authormatt <matt@NetBSD.org>2000-06-20 16:07:04 +0000
committermatt <matt@NetBSD.org>2000-06-20 16:07:04 +0000
commit81f26f92eb627e1a69c2fc70d1fe40e2494aac06 (patch)
tree28b3c9880bdf5b80ab6a061b9ebe5aa09a55d744 /phantasia/Makefile
parentd86704913f5f7f1aed330faf2735fcaa617bc4d5 (diff)
downloadbsdgames-darwin-81f26f92eb627e1a69c2fc70d1fe40e2494aac06.tar.gz
bsdgames-darwin-81f26f92eb627e1a69c2fc70d1fe40e2494aac06.tar.zst
bsdgames-darwin-81f26f92eb627e1a69c2fc70d1fe40e2494aac06.zip
Make this produce local objects with .lo suffix.
Diffstat (limited to 'phantasia/Makefile')
-rw-r--r--phantasia/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/phantasia/Makefile b/phantasia/Makefile
index 3845b03e..35afaa32 100644
--- a/phantasia/Makefile
+++ b/phantasia/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2000/04/24 15:15:05 pk Exp $
+# $NetBSD: Makefile,v 1.21 2000/06/20 16:07:04 matt Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
.include <bsd.own.mk> # for UNPRIVILEGED
@@ -12,18 +12,18 @@ HIDEGAME=hidegame
SETGIDGAME=yes
USETBL=
MAN= phantasia.6
-CLEANFILES+=map setup setup.o host_phantglobs.o
+CLEANFILES+=map setup setup.lo host_phantglobs.lo
realall: setup phantasia
-setup: host_phantglobs.o setup.o monsters.asc ${LIBM}
- ${HOST_LINK.c} host_phantglobs.o setup.o -o ${.TARGET} -lm
+setup: host_phantglobs.lo setup.lo monsters.asc ${LIBM}
+ ${HOST_LINK.c} host_phantglobs.lo setup.lo -o ${.TARGET} -lm
-host_phantglobs.o: ${.CURDIR}/phantglobs.c
- ${HOST_COMPILE.c} -o host_phantglobs.o ${.CURDIR}/phantglobs.c
+host_phantglobs.lo: ${.CURDIR}/phantglobs.c
+ ${HOST_COMPILE.c} -o host_phantglobs.lo ${.CURDIR}/phantglobs.c
-setup.o: ${.CURDIR}/setup.c
- ${HOST_COMPILE.c} ${.CURDIR}/setup.c
+setup.lo: ${.CURDIR}/setup.c
+ ${HOST_COMPILE.c} -o setup.lo ${.CURDIR}/setup.c
afterinstall:
DESTDIR=${DESTDIR} ./setup -m ${.CURDIR}/monsters.asc