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

include ../Makefile.com

DATAFILES += 

.KEEP_STATE:

.INIT:

all: $(FILES)
install: all solregis kiosk_pkg

solregis: solregis.tmpl ../awk_pkginfo
	$(RM) $@; nawk -f ../awk_pkginfo $@.tmpl > $@

include ../Makefile.targ

.KEEP_STATE:
