#
# Copyright(c) 1998 Sun Microsystems, Inc.
# All rights reserved.
#
#ident "@(#)Makefile    1.1 98/10/22"
#

include $(SRC)/Makefile.master

TARGETDIR  = $(DESTDIR)/usr/openwin/lib/locale/en_US.UTF-8/imsscript

CFG_FILE  = S320thaile

all: 

install: 
#	$(INSDIR) -m 755 -u bin -g bin $(TARGETDIR)
#	$(INS) $(TARGETDIR) -m 755 -u bin -g bin $(CFG_FILE)

lint: FRC

clean: FRC

clobber: clean
	$(RM) $(CFG_FILE) Makefile
