blob: 413208d5ed2b48b695e480c3b9ebe5208ba84fea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "%Z%%M% %I% %E% SMI"
LIBRARY= gssapi.a
VERS= .1
PLUG_OBJS= gssapi.o gssapiv2_init.o
PLUG_LIBS = -lgss
# include common definitions
include ../../Makefile.com
|