#
# 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/zh/udcscript

SCRIPT_FILE  = newpy_udcregister

all: 

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

lint: FRC

clean: FRC

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