diff options
Diffstat (limited to 'games/battlestar/Makefile')
-rw-r--r-- | games/battlestar/Makefile | 1 |
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> |