summaryrefslogtreecommitdiff
path: root/kerberosIV/kafs/Makefile
blob: fce4e7b1546c8abb587158ef4369c8af3c98ef17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$Id: Makefile,v 1.4 1998/08/12 23:49:01 art Exp $

LIB=	kafs
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../roken
SRCS=	afskrb.c afssys.c common.c
.PATH: ${.CURDIR}/../roken
SRCS+=	resolve.c

.include <bsd.own.mk> # for AFS

.if (${AFS} != "yes")
CFLAGS+=-DNO_AFS
.endif

.include <bsd.lib.mk>