# $Copyright:	$
# Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989, 1990 
# Sequent Computer Systems, Inc.   All rights reserved.
#  
# This software is furnished under a license and may be used
# only in accordance with the terms of that license and with the
# inclusion of the above copyright notice.   This software may not
# be provided or otherwise made available to, or used by, any
# other person.  No title to or ownership of the software is
# hereby transferred.
#

#ident "$Header: Makefile 1.2 90/09/06 $

LDIR=	$(ROOT)/usr/lib/locale/noxs

MFILES=	lib300.M lib300s.M lib4014.M lib450.M libC.M libMrm.M libOstream.M \
	libPW.M libR4Xaw.M libR4Xt.M libX11.M libXau.M libXdmcp.M libXext.M\
	libXinput.M libXm.M libXmu.M libXt.M libc.M libcomplex.M libcrypt.M\
	libcurses.M libeli.M libf.M libfpaC.M libfpaOstream.M libfpac.M \
	libfpacomplex.M libfpaf.M libfpam.M libfplot.M libgen.M libinet.M\
	libintl.M libl.M libld.M libm.M libmalloc.M libmangle.M libnfs.M \
	libnsl.M liboldX.M libplot.M libpps.M librpc.M librpcsvc.M libsa.M \
	libsec.M libseq.M libtask.M libtermcap.M libtermlib.M libvt0.M	\
	libw.M libxsc.M liby.M  

install:
	for msgfile in $(MFILES) ; \
	do \
		cpset $$msgfile $(LDIR) 555 bin bin ; \
	done	
