1
2PACKAGE=	kerberos-lib
3
4LIB=	heimbase
5LDFLAGS=	-Wl,--no-undefined
6LIBADD=	pthread
7VERSION_MAP= ${KRB5DIR}/base/version-script.map
8
9INCS=	heimbase.h
10
11SRCS= \
12	array.c \
13	bool.c \
14	dict.c \
15	heimbase.c \
16	null.c \
17	number.c \
18	string.c
19
20CFLAGS+=	-I${KRB5DIR}/include
21
22.include <bsd.lib.mk>
23
24.PATH: ${KRB5DIR}/base
25