repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
segmentless smp fixes
[minix3.git]
/
lib
/
libm
/
gen
/
Makefile.inc
blob
b16498f912f9049a935c1257d5417adb78cc2edb
1
# $NetBSD: Makefile.inc,v 1.1 2006/03/15 22:07:09 kleink Exp $
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