# Project: telnetd

-include ../Makefile.cfg

LDFLAGS += -lnet

OBJ = main.o
BIN = telnetd
DIR = SBin
CFLAGS += -std=c99

-include ../Makefile.tpl
