
#ident	"@(#)install_Makefile	1.2	94/04/04 SMI"

TOP= ..

include $(TOP)/Makefile.master

.KEEP_STATE:

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

#
# list of files to be installed
#
FILES=		README \
		Makefile \
		pio.c \
		pio_io.h \
		pio_reg.h

include $(TOP)/install_Makefile.master
