summaryrefslogtreecommitdiffstats
path: root/regress/lib/libm/exp/Makefile
blob: ebfd5904d80c804f06aa86af659cfe5c59276f40 (plain) (blame)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.1 2006/03/15 21:44:06 otto Exp $

PROG=exp

LDADD=-lm
DPADD=${LIBM}

.include <bsd.regress.mk>