d7d6ee6eb0ad29a7d535919706c140eaa87ea354
[tpg/acess2.git] / Usermode / Applications / telnetd_src / Makefile
1 # Project: telnetd
2
3 -include ../Makefile.cfg
4
5 LIBS += -lnet
6
7 OBJ = main.o
8 BIN = telnetd
9 DIR = SBin
10 CFLAGS += -std=c99
11
12 -include ../Makefile.tpl

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