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

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

CDROOT = 	$(DISK0_ROOT)/webstart/media_kits/products/pd_files/help/C

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

CDFILES =	AdminSuite2.3 DocServer SKIP.AB AdminSuite2.3.AB \
		Documentation2.7 SSL Backup JavaIDL SWS \
		Backup.AB NFSClient.AB  SWS.AB DirSvcs PPP.AB \
		TAS DirSvcs.AB PPP301 TAS.AB DiskSuite4.2.1 \
		SIMS ZMgmtConsole DiskSuite4.2.AB SKIP \
		LiveUpgrade ABI SMC \
		Documentation2.8 DocServer2.8 \
		DocumentationEU2.8 DocServerEU2.8 \
		DocumentationAS2.8 DocServerJCKT2.8 \
		DocumentationJA2.8

CDPROG =	$(CDFILES:%=$(CDROOT)/%)

#####
install all: $(CDPROG)

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

clobber clean:
	$(RM) $(CDPROG)

FRC:

.KEEP_STATE:

