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
vm: don't force physical addresses to be nonzero.
[minix.git]
/
servers
/
init
/
Makefile
blob
9490587d2a0cad942d34719b09c631ef4d86267c
1
# Makefile for the init program (INIT)
2
PROG
=
init
3
SRCS
=
init.c
4
5
DPADD
+= ${
LIBSYS
}
6
LDADD
+= -
lsys
7
8
MAN
=
9
10
BINDIR?
= /
usr
/
sbin
11
12
CPPFLAGS
+= -
O
-
D_MINIX
-
D_POSIX_SOURCE
13
14
.
include
<
minix.prog.mk
>