minix3/commands/telnetd/Makefile

11 lines
176 B
Makefile
Raw Permalink Normal View History

2020-02-21 00:59:27 +05:30
# 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>