summaryrefslogtreecommitdiffstats
path: root/adventure/Makefile
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1997-08-11 14:06:10 +0000
committerchristos <christos@NetBSD.org>1997-08-11 14:06:10 +0000
commit278fa94d7dbb78924090308546ee84599c8d5f1d (patch)
tree476fd614bc23ad643e88f4e02ecf6963da49ec89 /adventure/Makefile
parent58c57d3e52a500443c40b548d5652e2f0a708d43 (diff)
downloadbsdgames-darwin-278fa94d7dbb78924090308546ee84599c8d5f1d.tar.gz
bsdgames-darwin-278fa94d7dbb78924090308546ee84599c8d5f1d.tar.zst
bsdgames-darwin-278fa94d7dbb78924090308546ee84599c8d5f1d.zip
PR/3964: Eric Fischer: Remove dependencies to traditional cpp...
While I was there add WARNS?= too.
Diffstat (limited to 'adventure/Makefile')
-rw-r--r--adventure/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/adventure/Makefile b/adventure/Makefile
index 85c820c4..b4b0b352 100644
--- a/adventure/Makefile
+++ b/adventure/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 1997/04/19 06:59:34 thorpej Exp $
+# $NetBSD: Makefile,v 1.5 1997/08/11 14:06:10 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 6/12/93
+WARNS?= 1
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
-CFLAGS+=-traditional-cpp
HIDEGAME=hidegame
CLEANFILES+=setup data.c