summaryrefslogtreecommitdiffstats
path: root/larn/Makefile
diff options
context:
space:
mode:
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>