
#ident	"@(#)install_Makefile	1.4	94/06/20 SMI"

TOP= ..

include $(TOP)/Makefile.master

.KEEP_STATE:

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

#
# list of files to be installed
#
FILES=		README \
		Makefile \
		bst.c \
		bst.conf \
		bst_def.h

include $(TOP)/install_Makefile.master
