#
# @(#)Makefile 1.4 99/12/28 
#
# Copyright 2000 Sun Microsystems, Inc.  All rights reserved.
#

include ../Makefile.com

DATAFILES += 

.KEEP_STATE:

.INIT:

CAR = $(DISK0_ROOT)/webstart/wizards/apps/car.class
CAR_SRC = $(SDK_ROOT)/car.class

all: $(FILES)
install: $(CAR) all disk0_pkg

$(CAR): $(CAR_SRC)
	/usr/bin/cp $(CAR_SRC) $(CAR)

include ../Makefile.targ

.KEEP_STATE:

