1# $OpenBSD: Makefile,v 1.1 2008/06/11 15:07:34 martynas Exp $ 2 3PROG=tgamma 4 5LDADD=-lm 6DPADD=${LIBM} 7 8.include <bsd.regress.mk> 9