NetBSD/games/pom/Makefile

14 lines
276 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 2008/08/29 00:02:22 gmcgarry Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
1993-03-21 12:45:37 +03:00
PROG= pom
1994-12-22 12:31:26 +03:00
MAN= pom.6
1993-03-21 12:45:37 +03:00
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