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
Replace previous change by different test
[minix.git]
/
servers
/
init
/
Makefile
blob
d3f1f5b7819c2f3b96b9fb93474efe9524be2da8
1
# Makefile for the init program (INIT)
2
.
include
<
bsd.own.mk
>
3
4
PROG
=
init
5
SRCS
=
init.c
6
7
CPPFLAGS.init.c
+= -
D__NBSD_LIBC
8
MAN
=
9
10
BINDIR?
= /
usr
/
sbin
11
12
.
include
<
bsd.prog.mk
>