HardenedBSD/kerberos5/lib/libheimipcc/Makefile
Dag-Erling Smørgrav 0d410def34 Clean up the Kerberos build by turning libheimipcc and libheimipcs into
private shared libraries, instead of hacked-together archives of PIC
objects.  This makes it possible to build a static libkrb5 that works.

Reviewed by:	stas
Approved by:	re (gjb)
2013-09-10 18:40:43 +00:00

19 lines
283 B
Makefile

#$FreeBSD$
LIB= heimipcc
PRIVATELIB=
LDADD= -lheimbase -lroken -lpthread
DPADD= ${LIBHEIMBASE} ${LIBROKEN} ${LIBPTHREAD}
SRCS= \
client.c \
common.c
CFLAGS+= -I${KRB5DIR}/lib/roken \
-I${KRB5DIR}/base \
-I${KRB5DIR}/lib/ipc
.include <bsd.lib.mk>
.PATH: ${KRB5DIR}/lib/ipc