# Makefile for utelnetd
# 
# Configure this with the following environment variables:
#
PROGS = server
OBJS  = server.o
CC    = $(CROSS)rsdk-linux-gcc

all: $(PROGS)

$(PROGS): $(OBJS)

clean:
