summaryrefslogtreecommitdiff
path: root/kerberosIV/kafs/Makefile
blob: 10122fcfe1cf453063205d83ed23a8cdd1becd30 (plain)
1
2
3
4
5
6
7
#	$Id: Makefile,v 1.2 1997/11/28 12:48:42 art Exp $

LIB=	kafs
CFLAGS+=-I${.CURDIR} -DNO_AFS
SRCS=	afskrb.c afssys.c common.c

.include <bsd.lib.mk>