diff options
Diffstat (limited to 'src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/Makefile.in')
-rw-r--r-- | src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/Makefile.in | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/Makefile.in b/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/Makefile.in new file mode 100644 index 00000000..ab54db6f --- /dev/null +++ b/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/Makefile.in @@ -0,0 +1,22 @@ +# +# Copyright 2002 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. +# +#ident "$Id: Makefile.in $" +# + +MOD_DEPTH = ../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(MOD_DEPTH)/config/autoconf.mk + +include $(srcdir)/../Makefile.com + +DATAFILES += + +all:: $(FILES) +publish:: all pkg + +include $(srcdir)/../Makefile.targ |