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
minor fixes for safecopy & safemap tests
[minix.git]
/
servers
/
init
/
Makefile
blob
95d47b3940306c60c5c521bf1a0c6b88cb6d1ddd
1
# Makefile for the init program (INIT)
2
.
include
<
bsd.own.mk
>
3
4
PROG
=
init
5
SRCS
=
init.c
6
7
MAN
=
8
9
BINDIR?
= /
usr
/
sbin
10
11
.
include
<
bsd.prog.mk
>