xref: /onnv-gate/usr/src/lib/sasl_plugins/plain/Makefile.com (revision 0:68f95e015346)
1*0Sstevel@tonic-gate#
2*0Sstevel@tonic-gate# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
3*0Sstevel@tonic-gate# Use is subject to license terms.
4*0Sstevel@tonic-gate#
5*0Sstevel@tonic-gate#ident	"%Z%%M%	%I%	%E% SMI"
6*0Sstevel@tonic-gate
7*0Sstevel@tonic-gateLIBRARY= plain.a
8*0Sstevel@tonic-gateVERS= .1
9*0Sstevel@tonic-gate
10*0Sstevel@tonic-gatePLUG_OBJS=	plain.o		plain_init.o
11*0Sstevel@tonic-gate
12*0Sstevel@tonic-gate# include common definitions
13*0Sstevel@tonic-gateinclude ../../Makefile.com
14