include: reduce default stack size
[minix.git] / commands / telnetd / Makefile
blob88168ab6c95d9eff95464104e246b0b4439584b3
1 # Makefile for telnetd
3 # 01/30/96 Initial Release Michael Temari, <temari@ix.netcom.com>
6 PROG= in.telnetd
7 SRCS= main.c telnet.c term.c pty.c wtmp.c
8 MAN=
10 .include <bsd.prog.mk>