]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - pom/Makefile
attribute noreturn -> __dead
[bsdgames-darwin.git] / pom / Makefile
1 # $NetBSD: Makefile,v 1.7 2008/08/29 00:02:22 gmcgarry Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4 PROG= pom
5 MAN= pom.6
6 DPADD= ${LIBM}
7 LDADD= -lm
8
9 .include <bsd.prog.mk>
10
11 .if (defined(HAVE_GCC) && ${HAVE_GCC} == 4) || defined(HAVE_PCC)
12 COPTS.pom.c+= -Wno-pointer-sign
13 .endif