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
include: reduce default stack size
[minix.git]
/
commands
/
telnetd
/
Makefile
blob
88168ab6c95d9eff95464104e246b0b4439584b3
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 wtmp.c
8
MAN
=
9
10
.
include
<
bsd.prog.mk
>