summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fortune/datfiles/Makefile4
-rw-r--r--phantasia/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/fortune/datfiles/Makefile b/fortune/datfiles/Makefile
index 33e291e5..056f492d 100644
--- a/fortune/datfiles/Makefile
+++ b/fortune/datfiles/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 1999/09/21 16:34:51 tron Exp $
+# $NetBSD: Makefile,v 1.26 2000/01/23 22:10:52 mycroft Exp $
# @(#)Makefile 8.2 (Berkeley) 4/19/94
.include <bsd.own.mk> # for INSTALL_OFFENSIVE_FORTUNES
@@ -29,7 +29,7 @@ FILES=${SRCFILES} ${DATFILES}
FILESDIR=/usr/share/games/fortune
.endif
-all: ${DATFILES}
+realall: ${DATFILES}
# Normal fortunes: build directly from data files.
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