repo.or.cz
/
illumos-gate.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
16863 implement C23 stdbit.h
[illumos-gate.git]
/
usr
/
src
/
lib
/
sasl_plugins
/
gssapi
/
Makefile.com
blob
413208d5ed2b48b695e480c3b9ebe5208ba84fea
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
7
LIBRARY= gssapi.a
8
VERS= .1
9
10
PLUG_OBJS= gssapi.o gssapiv2_init.o
11
12
PLUG_LIBS = -lgss
13
14
# include common definitions
15
include ../../Makefile.com