# $NetBSD$

WARNS?=	3

PROG=		cosdata
SRCS=		cosdata.c
MAN=

DPADD+=		${LIBMATH}
LDADD+=		-lm

.include <bsd.prog.mk>
