]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - pom/Makefile
PR/55693: Andreas Gustafsson: factor(6) lists factors in wrong order
[bsdgames-darwin.git] / pom / Makefile
1 # $NetBSD: Makefile,v 1.8 2009/07/26 03:05:52 dholland 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>