]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - pom/Makefile
Replace special handling of \r by using ICRNL (PR#6078 by Joseph Myers <jsm28@cam...
[bsdgames-darwin.git] / pom / Makefile
1 # $NetBSD: Makefile,v 1.4 1995/03/23 08:35:33 cgd 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>