#	$OpenBSD: Makefile,v 1.5 2016/01/10 01:15:52 tb Exp $

PROG=	jot
CFLAGS+= -Wall
LDADD+=	-lm
DPADD+=	${LIBM}

.include <bsd.prog.mk>
