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
mtree: no more /lib and /lib/i386.
[minix.git]
/
commands
/
rlogind
/
Makefile
blob
d94df979defd7e063866d03caff7c394e7680bed
1
# Makefile for rlogind.
2
3
CFLAGS
= $(
OPT
) -
D_MINIX
4
CC
=
exec
cc
5
LDFLAGS
=
6
7
all
:
rlogind
8
9
OBJ
=
rlogind.o setup.o
10
11
rlogind
: $(
OBJ
)
12
$(
CC
) $(
LDFLAGS
) -
o
$
@
$(
OBJ
)
13
install
-
S
8
kw
$
@
14
15
install
: /
usr
/
bin
/
in.rlogind
16
17
/
usr
/
bin
/
in.rlogind
:
rlogind
18
install
-
c
$
?
$
@
19
20
clean
:
21
rm
-
f
*
.o rlogind core a.out
22
23
# Dependencies.
24
$(
OBJ
):
rlogind.h