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
/
ack
/
libe
/
Makefile
blob
458f61571faf88cc1aaebac774c100e3a738ad84
1
# Makefile for libe
2
3
.
include
<
minix.own.mk
>
4
5
LIB
=
e
6
7
AFLAGS
+=-
O
-
D_MINIX
-
D_POSIX_SOURCE
-
Was-ack
8
9
.
include
"${.CURDIR}/arch/${ARCH}/em/Makefile.inc"
10
.
include
"${.CURDIR}/arch/${ARCH}/head/Makefile.inc"
11
12
.
include
<
minix.lib.mk
>