# Makefile for libm

# Make a dummy libm library so that -lm works.

LIB=	m

SRCS=	dummy.c

.include <bsd.lib.mk>
