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
Much USB code for ARM USB support
[minix3.git]
/
minix
/
commands
/
telnetd
/
Makefile
blob
55ce0dd2b80739c163e443f404cfb8900a18a6a3
1
# Makefile for telnetd
2
#
3
# 01/30/96 Initial Release Michael Temari, <temari@ix.netcom.com>
4
#
5
6
PROG
=
in.telnetd
7
SRCS
=
main.c telnet.c term.c pty.c
8
MAN
=
9
10
.
include
<
bsd.prog.mk
>