
top_builddir=../../../..
include $(top_builddir)/Makefile.conf

CFILES = ne2000.c
ALL = $(CFILES)
OBJS = ne2000.o


all: lib

install:

include $(REALTOPDIR)/src/Makefile.common
