repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
release.sh: restore -jJAILDIR option
[minix.git]
/
lib
/
Makefile.inc
blob
fd55c1cd122a7d5a95da3aaa085549e6d3770bc6
1
.if defined(NBSD_LIBC) && (${NBSD_LIBC} == "yes")
2
CPPFLAGS+= -D_MINIX -D_NETBSD_SOURCE
3
.else
4
CPPFLAGS+= -D_MINIX -D_POSIX_SOURCE
5
.endif