blob: 75cc85f4a88e0fa5a12c3a267b464ca8ef46423e (
plain)
1
2
3
4
5
6
7
|
# $OpenBSD: Makefile,v 1.1 2011/07/02 18:11:01 martynas Exp $
PROG = ieetst
SRCS = drand.c econst.c eexp.c elog.c epow.c etanh.c etodec.c ieee.c \
ieetst.c mtherr.c
.include <bsd.regress.mk>
|