summaryrefslogtreecommitdiffstats
path: root/pom/Makefile
blob: a6b3665e94c8fcc7453af25bf4a5b706f2ac9a2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.6 2008/07/12 12:31:20 gmcgarry Exp $
#	@(#)Makefile	8.1 (Berkeley) 5/31/93

PROG=	pom
MAN=	pom.6
DPADD=	${LIBM}
LDADD=	-lm

.include <bsd.prog.mk>

.if ${HAVE_GCC} == 4 || defined(HAVE_PCC)
COPTS.pom.c+=	-Wno-pointer-sign
.endif