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
panic() cleanup.
[minix.git]
/
lib
/
libend
/
Makefile
blob
632d3a4ae7921353ad03dc7b657432377d96d6ab
1
# Makefile for libend
2
3
.
include
"Makefile.inc"
4
5
LIB
=
end
6
7
SRCS
=
\
8
edata.S \
9
em_end.S \
10
end.S \
11
etext.S
12
13
.if
${
COMPILER_TYPE
} ==
"gnu"
14
.
include
"${.CURDIR}/gnu/Makefile.inc"
15
.
endif
16
17
.
include
<
minix.lib.mk
>