
#ident	"@(#)install_Makefile	1.6	94/04/14 SMI"

TOP = ./

include $(TOP)/Makefile.master
include $(TOP)/install_Makefile.master

MDIRS= \
	bst \
	cgsix \
	dma \
	pio \
	psli \
	ramdisk \
	sst

#
# Build rules
#

all: borrowed_dirs makefiles ${MDIRS}


borrowed_dirs: FORCE
	@cd ramdisk; make -f install_Makefile borrowed

${MDIRS}: FORCE
	@cd $@; pwd; make
	@cd $@; pwd; make -f install_Makefile install

FORCE:
