summaryrefslogtreecommitdiffstats
path: root/regress/lib/libm/round/Makefile
blob: c2913456f1692c799e252a8160e88ba65dccce37 (plain) (blame)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.1 2011/04/17 10:33:09 martynas Exp $

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

.include <bsd.regress.mk>