Skip to content

Commit

Permalink
no need for telnet
Browse files Browse the repository at this point in the history
  • Loading branch information
suborb committed Oct 8, 2002
1 parent 1899fad commit a04a931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/Makefile
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ INCLUDES = -I. -I../include
LIBS = -lutil
OBJS = unixmain.o pbuf.o icmp.o ping.o pppset.o socket.o socket_int.o \
tcp.o tcp_int.o udp.o udp_dom.o generic.o loopback.o time.o \
setup.o ip.o net_utils.o pty.o device.o httpd.o telnet.o
setup.o ip.o net_utils.o pty.o device.o httpd.o
DEV = ../devices/ppp/libppp.a

%.o: %.c zsock.h

0 comments on commit a04a931

Please sign in to comment.