diff options
| author | mycroft <mycroft@NetBSD.org> | 2000-01-23 22:10:52 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 2000-01-23 22:10:52 +0000 |
| commit | 84f241e951dc0602bdb3bc79cc814a6cf1f2dc32 (patch) | |
| tree | 9028a8034cb031a99241a7c3d40c069706ab0fd7 | |
| parent | 8a4467f33186d5f36bf56817023a440226708217 (diff) | |
| download | bsdgames-darwin-84f241e951dc0602bdb3bc79cc814a6cf1f2dc32.tar.gz bsdgames-darwin-84f241e951dc0602bdb3bc79cc814a6cf1f2dc32.zip | |
More .mk file fallout. *sigh*
| -rw-r--r-- | fortune/datfiles/Makefile | 4 | ||||
| -rw-r--r-- | phantasia/Makefile | 4 |
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 |
