summaryrefslogtreecommitdiffstats
path: root/bcd
diff options
context:
space:
mode:
Diffstat (limited to 'bcd')
-rw-r--r--bcd/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/bcd/Makefile b/bcd/Makefile
index 5b3237f2..677c2b37 100644
--- a/bcd/Makefile
+++ b/bcd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1995/03/21 15:08:10 cgd Exp $
+# $NetBSD: Makefile,v 1.5 2006/05/11 23:16:28 mrg Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= bcd
@@ -8,3 +8,6 @@ HIDEGAME=hidegame
.include <bsd.prog.mk>
+.if ${HAVE_GCC} == 4
+COPTS+= -Wno-pointer-sign
+.endif