aboutsummaryrefslogtreecommitdiff
path: root/games/adventure/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2002-10-21 07:40:27 +0000
committerMark Murray <markm@FreeBSD.org>2002-10-21 07:40:27 +0000
commit88001492142be07a49016a8cf7eff78171d59f64 (patch)
treeb90261e8ce260fee190d0f359aa2884ddf2510de /games/adventure/Makefile
parente05f78b8316cc4c48131cbc9093827a26f204680 (diff)
downloadsrc-88001492142be07a49016a8cf7eff78171d59f64.tar.gz
src-88001492142be07a49016a8cf7eff78171d59f64.zip
Deorbit complete. We dont build these anymore, so into the attic they go.
Notes
Notes: svn path=/head/; revision=105614
Diffstat (limited to 'games/adventure/Makefile')
-rw-r--r--games/adventure/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/games/adventure/Makefile b/games/adventure/Makefile
deleted file mode 100644
index b5a1b723634e..000000000000
--- a/games/adventure/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# @(#)Makefile 8.1 (Berkeley) 6/12/93
-# $FreeBSD$
-
-PROG= adventure
-SRCS= main.c init.c done.c save.c subr.c vocab.c wizard.c io.c data.c crc.c
-MAN= adventure.6
-HIDEGAME=hidegame
-CLEANFILES=data.c setup setup.o
-
-WARNS?= 2
-
-build-tools: setup
-
-data.c: glorkz setup
- ./setup ${.CURDIR}/glorkz > data.c
-
-setup: setup.o
- ${CC} -static ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
-
-.include <bsd.prog.mk>