summaryrefslogtreecommitdiffstats
path: root/kerberos5/lib/libheimipcs/Makefile
blob: 333480dfcfc883043820361b0c6e5dfb6efd00ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#$FreeBSD$

LIB=	heimipcs
INTERNALLIB=
LDADD=	-lheimbase -lroken
LDFLAGS=	-pthread
DPADD=	${LIBHEIMBASE} ${LIBROKEN}

SRCS=	hi_locl.h \
	heim_ipc_types.h \
	server.c \
	common.c

CFLAGS+=	-DPIC ${PICFLAG}
CFLAGS+=	-I${KRB5DIR}/lib/roken \
		-I${KRB5DIR}/base \
		-I${KRB5DIR}/lib/ipc -I.

.include <bsd.lib.mk>

.PATH: ${KRB5DIR}/lib/ipc
OpenPOWER on IntegriCloud