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