iwm: Fix S:N reporting in ifconfig(8)
[dragonfly.git] / games / pom / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $FreeBSD: src/games/pom/Makefile,v 1.2.8.1 2001/04/25 09:29:00 ru Exp $
3 # $DragonFly: src/games/pom/Makefile,v 1.5 2006/10/08 16:22:36 pavalos Exp $
4
5 PROG=   pom
6 MAN=    pom.6
7 DPADD=  ${LIBM}
8 LDADD=  -lm
9
10 .include <bsd.prog.mk>