freebsd-nq/kerberos5/lib/libheimbase/Makefile
Emmanuel Vadot a30235a4c3 pkgbase: Create a FreeBSD-kerberos package
This allows users to install or not kerberos related utilities
and libs.

Differential Revision:	https://reviews.freebsd.org/D31801
2021-09-07 10:23:14 +02:00

26 lines
319 B
Makefile

#$FreeBSD$
PACKAGE= kerberos
LIB= heimbase
LDFLAGS= -Wl,--no-undefined
LIBADD= pthread
VERSION_MAP= ${KRB5DIR}/base/version-script.map
INCS= heimbase.h
SRCS= \
array.c \
bool.c \
dict.c \
heimbase.c \
null.c \
number.c \
string.c
CFLAGS+= -I${KRB5DIR}/include
.include <bsd.lib.mk>
.PATH: ${KRB5DIR}/base