]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - kerberos5/lib/libwind/Makefile
ping(8): Fix a mandoc related issue
[FreeBSD/FreeBSD.git] / kerberos5 / lib / libwind / Makefile
1 #$FreeBSD$
2
3 LIB=    wind
4 LDFLAGS=        -Wl,--no-undefined
5 VERSION_MAP= ${KRB5DIR}/lib/wind/version-script.map
6 LIBADD= com_err roken
7
8 INCS=   wind.h \
9         wind_err.h
10
11 SRCS=   bidi.c \
12         bidi_table.c \
13         combining.c \
14         combining_table.c \
15         doxygen.c \
16         errorlist.c \
17         errorlist_table.c \
18         ldap.c \
19         map.c \
20         map_table.c \
21         normalize.c \
22         normalize_table.c \
23         punycode.c \
24         stringprep.c \
25         utf8.c
26
27 SRCS+=  wind_err.c \
28         wind_err.h
29
30 CFLAGS+=-I${KRB5DIR}/lib/roken -I${SRCTOP}/contrib/com_err -I.
31
32 .include <bsd.lib.mk>
33
34 .PATH: ${KRB5DIR}/lib/wind