summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-06-22 21:38:30 +0000
committerdd <dd@FreeBSD.org>2001-06-22 21:38:30 +0000
commitd705df8034d900a52c6a56af5b4617d69e51d69f (patch)
tree160cd437b66d4747b612c4a3594b9bc09b511cf2 /games
parentf8f883d9d61d9c3f8bf43e411deaf15f41421bbf (diff)
downloadFreeBSD-src-d705df8034d900a52c6a56af5b4617d69e51d69f.zip
FreeBSD-src-d705df8034d900a52c6a56af5b4617d69e51d69f.tar.gz
WARNS= -> WARNS?=
Submitted by: Mike Barcroft <mike@q9media.com>
Diffstat (limited to 'games')
-rw-r--r--games/adventure/Makefile2
-rw-r--r--games/caesar/Makefile2
-rw-r--r--games/pom/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/games/adventure/Makefile b/games/adventure/Makefile
index b98ceed..b5a1b72 100644
--- a/games/adventure/Makefile
+++ b/games/adventure/Makefile
@@ -7,7 +7,7 @@ MAN= adventure.6
HIDEGAME=hidegame
CLEANFILES=data.c setup setup.o
-WARNS= 2
+WARNS?= 2
build-tools: setup
diff --git a/games/caesar/Makefile b/games/caesar/Makefile
index 782b87f..68a37dd 100644
--- a/games/caesar/Makefile
+++ b/games/caesar/Makefile
@@ -8,6 +8,6 @@ SCRIPTS=rot13.sh
MAN= caesar.6
MLINKS= caesar.6 rot13.6
-WARNS= 2
+WARNS?= 2
.include <bsd.prog.mk>
diff --git a/games/pom/Makefile b/games/pom/Makefile
index e139ce9..0831496 100644
--- a/games/pom/Makefile
+++ b/games/pom/Makefile
@@ -6,6 +6,6 @@ MAN= pom.6
DPADD= ${LIBM}
LDADD= -lm
-WARNS= 2
+WARNS?= 2
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud