Usermode/telnetd - Hacking it up :) Needs _SysSpawn implemented to work
[tpg/acess2.git] / Usermode / Applications / telnetd_src / Makefile
1 # Project: telnetd
2
3 -include ../Makefile.cfg
4
5 LDFLAGS += -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