xref: /onnv-gate/usr/src/lib/sasl_plugins/digestmd5/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= digestmd5.a
8*0Sstevel@tonic-gateVERS= .1
9*0Sstevel@tonic-gate
10*0Sstevel@tonic-gatePLUG_OBJS=	digestmd5.o	digestmd5_init.o
11*0Sstevel@tonic-gate
12*0Sstevel@tonic-gatePLUG_LIBS=	-lpkcs11
13*0Sstevel@tonic-gateENC_FLAGS=	-DUSE_UEF_SERVER=1 -DUSE_UEF_CLIENT=1 -DUSE_UEF=1
14*0Sstevel@tonic-gate
15*0Sstevel@tonic-gate# include common definitions
16*0Sstevel@tonic-gateinclude ../../Makefile.com
17