Xinu7/src/cmd/download/lsi11/eload/Makefile

#
# Top-level Makefile for LSI 11 Ethernet downloader resident part
#

all:
		(cd src ; make all)

install:
		(cd src ; make install)

clean:
		(cd src ; make clean)