11 lines
176 B
Makefile
11 lines
176 B
Makefile
|
# 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
|
||
|
MAN=
|
||
|
|
||
|
.include <bsd.prog.mk>
|