]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - kerberos5/lib/libheimbase/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / kerberos5 / lib / libheimbase / Makefile
1 #$FreeBSD$
2
3 LIB=    heimbase
4 LDFLAGS=        -Wl,--no-undefined
5 LDADD=  -lpthread
6 VERSION_MAP= ${KRB5DIR}/base/version-script.map
7
8 INCS=   heimbase.h
9
10 SRCS= \
11         array.c \
12         bool.c \
13         dict.c \
14         heimbase.c \
15         null.c \
16         number.c \
17         string.c
18
19 CFLAGS+=        -I${KRB5DIR}/include
20
21 .include <bsd.lib.mk>
22
23 .PATH: ${KRB5DIR}/base