1# $OpenBSD: Makefile,v 1.3 2023/01/27 16:39:22 miod Exp $ 2 3PROG = cephes 4SRCS = cephes.c const.c constll.c monot.c monotl.c monotll.c polevll.c \ 5 testvect.c testvectl.c testvectll.c 6LDADD = -lm 7DPADD = ${LIBM} 8CFLAGS+= -fno-builtin 9 10.include <bsd.regress.mk> 11