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
Remove building with NOCRYPTO option
[minix.git]
/
minix
/
tests
/
safecopy
/
Makefile
blob
477c05895750b7e42ad21510b4cec093c17c58fb
1
all
:
requestor grantor
1
fifo
2
fifo
2
chmod
+
x down run
3
4
requestor
:
requestor.c inc.h
5
cc
-
static
-
o
$
@
$< -
lsys
6
7
grantor
:
grantor.c inc.h
8
cc
-
static
-
o
$
@
$< -
lsys
9
10
1
fifo
2
fifo
:
11
mkfifo
$
@
12
13
run
:
all
14
sh run
15
16
kill
:
17
sh down
18
19
clean
:
20
rm
-
f grantor requestor
1
fifo
2
fifo
21