projects
/
dragonfly.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
rename amd64 architecture to x86_64
[dragonfly.git]
/
lib
/
libm
/
arch
/
x86_64
/
Makefile.inc
Commit
Line
Data
c1543a89
1
.PATH: ${.CURDIR}/arch/x86_64
538ad033
PA
2
3
SRCS+= fenv.c
4
INCS= fenv.h
5
6
.include "${.CURDIR}/arch/i386/Makefile.inc"