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
Improve the process for GNU tools
[minix3.git]
/
minix
/
commands
/
telnet
/
Makefile
blob
e1f2bf9f0fa2cbb55abd9e753fea229f5b83d21a
1
# Makefile for telnet
2
3
PROG
=
ttn
4
SRCS
=
ttn.c ttn_conf.c
5
MAN
=
telnet
.1
6
7
.
include
<
bsd.prog.mk
>