]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - bcd/Makefile
Remove dup Hitler fortune. One of the two fortunes I moved yesterday, was
[bsdgames-darwin.git] / bcd / Makefile
index 5b3237f243d4d270a28f6297caf384f38e60bc0f..677c2b37117438223a226993a2132ca668bdd4bf 100644 (file)
@@ -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