#	$NetBSD: Makefile,v 1.4 1998/09/13 06:26:03 wrstuden Exp $

LIB=	kafs

SRCS=	afssys.c get_in_tkt.c

#
# We used to have an andrew string2key specific get_in_tkt.c in this
# library. Now that the libkrb one will handle both, have each library
# use both. Saves bumping the library major number.
#
.PATH:  ${.CURDIR}/../libkrb

SHLIB_MAJOR?= 3
SHLIB_MINOR?= 0

.include <bsd.lib.mk>
