#
#ident  "@(#)Makefile 1.5     97/04/30 SMI"
#
# Copyright 1996 Sun Microsystems, Inc. All Rights Reserved
#

# include global definitions
include $(SRC)/Makefile.master

SOLROOT =	$(DISK0_ROOT)/webstart/media_kits/solaris8_global

all :=          TARGET= all
install :=      TARGET= install
check :=        TARGET= check
clean :=        TARGET= clean
clobber :=      TARGET= clobber
lint :=         TARGET= lint

SOLFILES =	media_kit.toc profile

SOLPROG =	$(SOLFILES:%=$(SOLROOT)/%)

#####
install all: $(SOLPROG)

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

clobber clean: 
	$(RM) $(SOLPROG)
FRC:


.KEEP_STATE:

