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
. service tells you which device it couldn't stat
[minix3.git]
/
lib
/
dummy
/
Makefile.in
blob
e8ad80c10980671317e8150dd9e9477e237d0a3b
1
# Makefile for lib/dummy.
2
3
# Make a dummy libm library so that -lm works.
4
5
6
LIBRARIES
=
libm
7
8
libm_FILES
=
dummy.c
9
10
TYPE
=
both
11
12
#dummy.c:
13
# echo "int __dummy__;" > $@