xref: /illumos-gate/usr/src/lib/sasl_plugins/gssapi/Makefile.com (revision 03831d35f7499c87d51205817c93e9a8d42c4bae)
1#
2# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
3# Use is subject to license terms.
4#
5#ident	"%Z%%M%	%I%	%E% SMI"
6
7LIBRARY= gssapi.a
8VERS= .1
9
10PLUG_OBJS=	gssapi.o	gssapiv2_init.o
11
12PLUG_LIBS =	-lgss
13
14# include common definitions
15include ../../Makefile.com
16