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
fix from trunk for assert(ptproc == newptproc) without vm_stop on shutdown.
[minix.git]
/
lib
/
libm
/
Makefile
blob
84c94a3671433ffb32352513d7277f405ccbe514
1
# Makefile for libm
2
3
# Make a dummy libm library so that -lm works.
4
5
LIB
=
m
6
7
SRCS
=
dummy.c
8
9
.
include
<
minix.lib.mk
>