#
# @(#)Makefile	1.1 99/07/19 13:41:01
#
# 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 = 	installer

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

all install: $(FILESPROG)

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

clean clobber:
	$(RM) $(FILESPROG)



.KEEP_STATE:

