1*7c478bd9Sstevel@tonic-gate# 2*7c478bd9Sstevel@tonic-gate# Copyright 2004 Sun Microsystems, Inc. All rights reserved. 3*7c478bd9Sstevel@tonic-gate# Use is subject to license terms. 4*7c478bd9Sstevel@tonic-gate# 5*7c478bd9Sstevel@tonic-gate#ident "%Z%%M% %I% %E% SMI" 6*7c478bd9Sstevel@tonic-gate 7*7c478bd9Sstevel@tonic-gateLIBRARY= gssapi.a 8*7c478bd9Sstevel@tonic-gateVERS= .1 9*7c478bd9Sstevel@tonic-gate 10*7c478bd9Sstevel@tonic-gatePLUG_OBJS= gssapi.o gssapiv2_init.o 11*7c478bd9Sstevel@tonic-gate 12*7c478bd9Sstevel@tonic-gatePLUG_LIBS = -lgss 13*7c478bd9Sstevel@tonic-gate 14*7c478bd9Sstevel@tonic-gate# include common definitions 15*7c478bd9Sstevel@tonic-gateinclude ../../Makefile.com 16