summaryrefslogtreecommitdiffstats
path: root/games/battlestar/Makefile
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1997-02-20 03:04:54 +0000
committereivind <eivind@FreeBSD.org>1997-02-20 03:04:54 +0000
commit27eb6d09a03b6d51d025fafa9e46e0f64544d722 (patch)
treec09c18b60a67afd2e34d5a6138c86fe56288b8e3 /games/battlestar/Makefile
parent1a5d9e17d08eb1b79c5918e8596ba8f18ea36461 (diff)
downloadFreeBSD-src-27eb6d09a03b6d51d025fafa9e46e0f64544d722.zip
FreeBSD-src-27eb6d09a03b6d51d025fafa9e46e0f64544d722.tar.gz
Remove buffer overflow and tempfile race, remove <sys/time.h> hack (and
need for it), change definition of setbit() macro and friends to be compatible with <sys/param.h>. The bugs were discovered and fixed as a result of the FreeBSD code audit. Submitted by: Aaron Bornstein <aaronb@j51.com>, Mark Huizer <xaa@stack.nl>
Diffstat (limited to 'games/battlestar/Makefile')
-rw-r--r--games/battlestar/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/battlestar/Makefile b/games/battlestar/Makefile
index c6bef1f..005e9e9 100644
--- a/games/battlestar/Makefile
+++ b/games/battlestar/Makefile
@@ -8,5 +8,6 @@ MAN6= battlestar.6
DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
LDADD= -lcurses -ltermcap -lcompat
HIDEGAME=hidegame
+#CFLAGS+= -Wall -W
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud