minix/commands/telnetd/Makefile

11 lines
182 B
Makefile
Raw Normal View History

2005-04-21 16:53:53 +02:00
# 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=
2005-04-21 16:53:53 +02:00
.include <bsd.prog.mk>