]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - kerberos5/lib/libheimipcs/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / kerberos5 / lib / libheimipcs / Makefile
1 #$FreeBSD$
2
3 LIB=    heimipcs
4 PRIVATELIB=
5 LDADD=  -lheimbase -lroken
6 LDFLAGS=        -pthread
7 DPADD=  ${LIBHEIMBASE} ${LIBROKEN}
8
9 SRCS=   \
10         server.c \
11         common.c
12
13 CFLAGS+=        -I${KRB5DIR}/lib/roken \
14                 -I${KRB5DIR}/base \
15                 -I${KRB5DIR}/lib/ipc -I.
16
17 .include <bsd.lib.mk>
18
19 .PATH: ${KRB5DIR}/lib/ipc