repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
APIC vector: Compact redirect entry's mask bit setting and clearing
[dragonfly.git]
/
lib
/
libm
/
Makefile
blob
286d6456ce026fd6b4535fa32a50ff26253365ce
1
# $DragonFly: src/lib/libm/Makefile,v 1.8 2008/11/03 00:25:44 pavalos Exp $
2
3
LIB
=
m
4
SHLIB_MAJOR
=
3
5
WARNS?
=
2
6
7
.
include
"arch/${MACHINE_ARCH}/Makefile.inc"
8
.
include
"gen/Makefile.inc"
9
.
include
"man/Makefile.inc"
10
.
include
"src/Makefile.inc"
11
12
.
include
<
bsd.lib.mk
>