FreeBSD and NetBSD both use derivates of Sun's math library. On FreeBSD,
[dragonfly.git] / lib / libm / Makefile
1 # $DragonFly: src/lib/libm/Makefile,v 1.5 2005/07/26 21:15:19 joerg Exp $
2
3 LIB=            m
4 SHLIB_MAJOR=    3
5 WARNS?=         6
6
7 # Don't MD fragment must be included before MI fragment.
8 .include "arch/${MACHINE_ARCH}/Makefile.inc"
9 .include "man/Makefile.inc"
10 .include "src/Makefile.inc"
11
12 .include <bsd.lib.mk>