]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/games/pom/Makefile
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
[FreeBSD/FreeBSD.git] / 6 / games / pom / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $FreeBSD$
3
4 PROG=   pom
5 MAN=    pom.6
6 DPADD=  ${LIBM}
7 LDADD=  -lm
8
9 WARNS?= 6
10
11 .include <bsd.prog.mk>