Subversion Repositories shark

Rev

Rev 261 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

# TFTP

ifndef BASE
BASE=../..
endif

include $(BASE)/config/config.mk

LIBRARY       = tftp

OBJS_PATH     = $(BASE)/ports/tftp

OBJS = tftp.o endn.o

OTHERINCL += -I$(BASE)/ports/tftp/include

include $(BASE)/config/lib.mk

clean::
        rm -f *.o