]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - pom/Makefile
Two corrections from George Robbins (confirmed by `The lore of the train'
[bsdgames-darwin.git] / pom / Makefile
1 # from: @(#)Makefile 5.1 (Berkeley) 5/11/90
2 # $Id: Makefile,v 1.3 1994/12/22 09:35:29 cgd Exp $
3
4 PROG= pom
5 MAN= pom.6
6 DPADD= ${LIBM}
7 LDADD= -lm
8
9 .include <bsd.prog.mk>