]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - games/pom/Makefile
Don't do anything special to prevent access to created files - honour
[FreeBSD/FreeBSD.git] / games / pom / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2
3 PROG=   pom
4 MAN6=   pom.6
5 DPADD=  ${LIBM}
6 LDADD=  -lm
7 CFLAGS+=-Wall
8
9 .include <bsd.prog.mk>