head     2.0;
branch   ;
access   ;
symbols  ;
locks    bin:2.0;
comment  @# @;


2.0
date     93.07.16.20.04.02;  author bin;  state Exp;
branches ;
next     ;


desc
@@



2.0
log
@*** empty log message ***
@
text
@# Master makefile

all: drivers drvbld.mak configure

drivers:
	make -f mkdev.mak
	j=`pwd`;for i in `cat drvlist`; do cd $$i; make; cd $$j; done

drvbld.mak: mdevice sdevice template.mak
	mkdev -d

configure:
	make -f drvbld.mak

@
