xref: /openbsd/regress/lib/libc/cephes/Makefile (revision a6445c1d)
1#	$OpenBSD: Makefile,v 1.1 2011/07/02 18:11:01 martynas Exp $
2
3PROG = ieetst
4SRCS = drand.c econst.c eexp.c elog.c epow.c etanh.c etodec.c ieee.c \
5       ieetst.c mtherr.c
6
7.include <bsd.regress.mk>
8