repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
minix
/
commands
/
telnet
/
Makefile
blob
c93dca90cb15a787e4cecfa6af9581dbda8369b2
1
# Makefile for telnet
2
3
PROG
=
ttn
4
SRCS
=
ttn.c ttn_conf.c
5
MAN
=
6
7
.
include
<
bsd.prog.mk
>