summaryrefslogtreecommitdiffstats
path: root/pom/Makefile
blob: 159ba921d0ce59073a9a5b67cabdc3898df4861f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.7 2008/08/29 00:02:22 gmcgarry Exp $
#	@(#)Makefile	8.1 (Berkeley) 5/31/93

PROG=	pom
MAN=	pom.6
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