]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - pom/Makefile
robots: Use arc4random_uniform for better uniform distribution
[bsdgames-darwin.git] / pom / Makefile
index 159ba921d0ce59073a9a5b67cabdc3898df4861f..755f2ea1e80c88d359053a22481e78c9d22ff227 100644 (file)
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2008/08/29 00:02:22 gmcgarry Exp $
+#      $NetBSD: Makefile,v 1.8 2009/07/26 03:05:52 dholland Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
 PROG=  pom
@@ -7,7 +7,3 @@ DPADD=  ${LIBM}
 LDADD= -lm
 
 .include <bsd.prog.mk>
-
-.if (defined(HAVE_GCC) && ${HAVE_GCC} == 4) || defined(HAVE_PCC)
-COPTS.pom.c+=  -Wno-pointer-sign
-.endif