freebsd-dev/kerberos5/lib/libwind/Makefile
Yoshihiro Takahashi 40343be5a1 Use ${SRCTOP}/contrib/com_err/com_err.h instead of the installed com_err.h.
This fixes build when com_err.h is not installed.

PR:		234691
MFC after:	1 week
2019-01-14 06:34:54 +00:00

35 lines
525 B
Makefile

#$FreeBSD$
LIB= wind
LDFLAGS= -Wl,--no-undefined
VERSION_MAP= ${KRB5DIR}/lib/wind/version-script.map
LIBADD= com_err roken
INCS= wind.h \
wind_err.h
SRCS= bidi.c \
bidi_table.c \
combining.c \
combining_table.c \
doxygen.c \
errorlist.c \
errorlist_table.c \
ldap.c \
map.c \
map_table.c \
normalize.c \
normalize_table.c \
punycode.c \
stringprep.c \
utf8.c
SRCS+= wind_err.c \
wind_err.h
CFLAGS+=-I${KRB5DIR}/lib/roken -I${SRCTOP}/contrib/com_err -I.
.include <bsd.lib.mk>
.PATH: ${KRB5DIR}/lib/wind