#
# @(#)Makefile	1.2 99/03/30 15:51:18
#
# Copyright 1998 by Sun Microsystems, Inc.
# All rights reserved

include $(SRC)/Makefile.master

BINROOT = $(DISK0_ROOT)/webstart/wizards/bin

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

FILES = 	getVold runwebstart s96webstart setupRoot

FILESPROG =	$(FILES:%=$(BINROOT)/%)

all install: $(FILESPROG)

$(BINROOT)/%: %
	$(INS.exec)

clean clobber:
	$(RM) $(FILESPROG)



.KEEP_STATE:

