
#ident	"@(#)install_Makefile	1.2	94/02/11 SMI"

TOP= ..

include $(TOP)/Makefile.master

.KEEP_STATE:

#
# name of this sample driver's subdirectory
#
MOD=dma

#
# list of files to be installed
#
FILES=		README \
		Makefile \
		sparc/Makefile \
		sparc/dma.c \
		sparc/dma_io.h \
		sparc/dma_reg.h  \
		i386/Makefile \
		i386/dma.c \
		i386/dma_io.h \
		i386/dma_reg.h


include $(TOP)/install_Makefile.master
