#	$NetBSD: Makefile,v 1.4 1999/08/04 06:27:26 thorpej Exp $

KRB5TOP=${.CURDIR}/../../..

rpcdir=	${KRB5TOP}/dist/krb5/src/lib/rpc

.PATH: $(rpcdir)

INCS=	auth.h auth_gssapi.h auth_unix.h clnt.h \
	pmap_clnt.h pmap_prot.h pmap_rmt.h rpc.h rpc_msg.h svc.h svc_auth.h \
	xdr.h types.h netdb.h

INCSDIR=/usr/include/gssapi/rpc

MKOBJ=	no

.include <bsd.own.mk>
.include <bsd.prog.mk>
