6ae6509783910c1e8454157f488404062d0e5ae7
[dragonfly.git] / lib / libm / Makefile
1 # $DragonFly: src/lib/libm/Makefile,v 1.6 2005/10/01 12:40:33 corecode 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 ARCHDIR?= ${MACHINE_ARCH}
9 .if ${MACHINE_ARCH} == "amd64"
10 ARCHDIR= i386
11 .endif
12
13 .if exists(arch/${ARCHDIR}/Makefile.inc)
14 .include "arch/${ARCHDIR}/Makefile.inc"
15 .endif
16 .include "man/Makefile.inc"
17 .include "src/Makefile.inc"
18
19 .include <bsd.lib.mk>