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

TOP= ..

include $(TOP)/Makefile.master

.KEEP_STATE:

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

#
# list of files to be installed
#
FILES=		README \
		Makefile \
		XXX.c \
		XXX.conf

include $(TOP)/install_Makefile.master
