summaryrefslogtreecommitdiffstats
path: root/games/adventure
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-05-13 07:26:19 +0000
committerasami <asami@FreeBSD.org>1997-05-13 07:26:19 +0000
commit0f22a3c4f97072ae957e72e17d409e226b8be6ec (patch)
treea28dd6b38d13eb407594aea2fabcf7c5e38c2556 /games/adventure
parent6b1312e4974b2f988f1753a63cd868f6a46bd17c (diff)
downloadFreeBSD-src-0f22a3c4f97072ae957e72e17d409e226b8be6ec.zip
FreeBSD-src-0f22a3c4f97072ae957e72e17d409e226b8be6ec.tar.gz
Remove explicit rule for setup. This effectively deletes revisions 1.2
and 1.3 as well.
Diffstat (limited to 'games/adventure')
-rw-r--r--games/adventure/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/games/adventure/Makefile b/games/adventure/Makefile
index d661d52..f7b7cd2 100644
--- a/games/adventure/Makefile
+++ b/games/adventure/Makefile
@@ -10,7 +10,4 @@ CLEANFILES+=setup data.c
data.c: glorkz setup
./setup ${.CURDIR}/glorkz > data.c
-setup: setup.c hdr.h ${LIBCRT0} ${LIBC}
- ${CC} ${CFLAGS} ${LDFLAGS} -o setup ${.CURDIR}/setup.c
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud