1 # $DragonFly: src/lib/libm/Makefile,v 1.7 2007/06/17 17:46:01 pavalos Exp $
7 # Don't MD fragment must be included before MI fragment.
8 ARCHDIR?
= ${MACHINE_ARCH}
9 .if
${MACHINE_ARCH} == "amd64"
13 .if exists
(arch
/${ARCHDIR}/Makefile.inc
)
14 .
include "arch/${ARCHDIR}/Makefile.inc"
16 .
include "gen/Makefile.inc"
17 .
include "man/Makefile.inc"
18 .
include "src/Makefile.inc"