INSTF = enitest.c msend.c mrcv.c Makefile.ex etherfile

all:
	:

install:
	cp $(INSTF) $(ENIEX) ; chmod 644 $(ENIEX)/*
	mv $(ENIEX)/Makefile.ex $(ENIEX)/Makefile

deinstall:
	-rm -f $(ENIEX)/*

clean:
	-rm -f enitest msend mrcv
