summaryrefslogtreecommitdiff
path: root/regress/lib/libm/rint/Makefile
blob: 0b3c1e76ea92c54034553210866dd8fe275e212d (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.1 2003/02/12 07:05:34 mickey Exp $

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

.include <bsd.regress.mk>