###### Makefile for ne device driver ######
#
# author    :	Randy Wright
# 		Copyright ((C)) 1993 Randy Wright
#
#
# COHERENT 4.2  CON
#
# 
# 
#
################

all : ne.o wsub.o
	ar rs ../Driver.a ne.o wsub.o
	date >> all

ne.o:	ne.c neioctl.h ds8390.h devices.h.new
	cc -VPSTR -c ne.c

wsub.o : wsub.s
	as -f wsub.s

clean:
	rm *.o core err ../Driver.a

### end of Makefile ####
