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
secondary cache feature in vm.
[minix.git]
/
lib
/
csu
/
Makefile
blob
038865eda74d3dd426698257ad965501b7d2bce7
1
.
include
<
minix.own.mk
>
2
3
.PATH
: ${
.CURDIR
}/${
ARCH
}
4
5
AFLAGS
+= -
O
-
D_MINIX
-
D_POSIX_SOURCE
6
7
SRCS
=
crtso.S
8
OBJS
=
crtso.o
9
10
realall
: ${
OBJS
}
11
12
FILES
=${
OBJS
}
13
FILESDIR
=${
LIBDIR
}
14
CLEANFILES
=${
OBJS
}
15
16
.
include
<
minix.prog.mk
>