Much USB code for ARM USB support
[minix3.git] / minix / commands / telnetd / Makefile
blob55ce0dd2b80739c163e443f404cfb8900a18a6a3
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
8 MAN=
10 .include <bsd.prog.mk>