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