blob: 7a87b57e2484a1505d0eba5f8311906b318e18c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $Id: Makefile,v 1.3 1998/03/12 17:46:26 art Exp $
LIB= kafs
CFLAGS+=-I${.CURDIR}
SRCS= afskrb.c afssys.c common.c
.include <bsd.own.mk> # for AFS
.if (${AFS} != "yes")
CFLAGS+=-DNO_AFS
.endif
.include <bsd.lib.mk>
|