#       $NetBSD: Makefile,v 1.3 2009/04/14 22:15:26 lukem Exp $
# $FreeBSD$

PROG=	seq
DPADD=	${LIBM}
LDADD=	-lm

.include <bsd.prog.mk>