#
#      "@(#)Makefile 1.48 98/12/09"
#
# Copyright (c) 1992-1996 Sun Microsystems, Inc.  All Rights Reserved.
#

# Makefile for miscellaneous files
#
# FILES are those things that are just used as is
########

include $(SRC)/Makefile.master

PLUGROOT =	$(DISK0_ROOT)/.tmp_proto/root/.netscape/plugins

#SUBDIRS = x86_boot

all:=			TARGET=	all
install:=		TARGET=	install
install_h:=		TARGET= install_h
clean:=			TARGET=	clean
clobber:=		TARGET=	clobber

# SCRIPTS are .sh files, use the default rules
#PLUGFILES = 	libflashplayer.so
PLUGFILES = 	

PLUGFILESPROG = $(PLUGFILES:%=$(PLUGROOT)/%)

.KEEP_STATE:

all install: $(PLUGFILESPROG)

$(PLUGROOT)/%: %
	$(INS.file)

clean clobber:
	$(RM) $(PLUGFILESPROG)


.KEEP_STATE:

