# Makefile for telnetd
#
# 01/30/96 Initial Release	Michael Temari, <temari@ix.netcom.com>
#

PROG=	in.telnetd
SRCS=	main.c telnet.c term.c pty.c wtmp.c
MAN=

.include <bsd.prog.mk>
