repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
lib
/
libm
/
gen
/
Makefile.inc
blob
f0fce0601f2e698d56a1df322d9983463b1aa1d0
1
# $NetBSD$
2
3
# gen sources
4
.PATH: ${.CURDIR}/gen
5
CPPFLAGS+=-I${.CURDIR}/gen
6
7
SRCS+= nan.c nanf.c nanl.c
8
9
MAN+= nan.3
10
11
MLINKS+=nan.3 nanf.3 \
12
nan.3 nanl.3