Kill documentation for harvest_{interrupt,ethernet,p_to_p} which were
[dragonfly/vkernel-mp.git] / lib / libm / Makefile
blob8433edf59975abf43c9d1087ccd6f179b50524de
1 # $DragonFly: src/lib/libm/Makefile,v 1.6 2005/10/01 14:40:33 corecode Exp $
3 LIB= m
4 SHLIB_MAJOR= 3
5 WARNS?= 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
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"
19 .include <bsd.lib.mk>