summaryrefslogtreecommitdiffstats
path: root/larn/Makefile
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2008-01-28 05:38:53 +0000
committerdholland <dholland@NetBSD.org>2008-01-28 05:38:53 +0000
commite30950ccc7c7c31c69f1d31c16b0212bbf168ceb (patch)
tree2db2120a69bedac57d95d284e878f9975b6a17ed /larn/Makefile
parent9005237a04850abb22afe099ef07649b4115ed3f (diff)
downloadbsdgames-darwin-e30950ccc7c7c31c69f1d31c16b0212bbf168ceb.tar.gz
bsdgames-darwin-e30950ccc7c7c31c69f1d31c16b0212bbf168ceb.tar.zst
bsdgames-darwin-e30950ccc7c7c31c69f1d31c16b0212bbf168ceb.zip
Larn now builds with WARNS=4.
Diffstat (limited to 'larn/Makefile')
-rw-r--r--larn/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/larn/Makefile b/larn/Makefile
index b67dd8d3..8008499f 100644
--- a/larn/Makefile
+++ b/larn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/05/11 23:16:28 mrg Exp $
+# $NetBSD: Makefile,v 1.18 2008/01/28 05:38:53 dholland Exp $
# @(#)Makefile 5.12 (Berkeley) 5/30/93
# EXTRA
@@ -74,10 +74,4 @@ FILES=${DAT:S@^@${.CURDIR}/datfiles/@g}
FILESDIR=/usr/share/games/larn
.endif
-.if ${HAVE_GCC} == 4
-.for f in main display data io monster savelev
-COPTS.${f}.c+= -Wno-pointer-sign
-.endfor
-.endif
-
.include <bsd.prog.mk>