Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / Usermode / Applications / telnet_src / Makefile
1 # Project: telnet
2
3 -include ../Makefile.cfg
4
5 LIBS += -lnet -lreadline
6
7 OBJ = main.o
8 BIN = telnet
9
10 -include ../Makefile.tpl

UCC git Repository :: git.ucc.asn.au