etc/services - sync with NetBSD-8
[minix.git] / crypto / external / bsd / heimdal / lib / libkdc / Makefile
blob3e255934de699c1bf5e24eb4d7aeb57ed6de3b62
1 # $NetBSD: Makefile,v 1.2 2013/09/11 23:04:09 joerg Exp $
3 .include <bsd.own.mk>
4 .include <${.CURDIR}/../../Makefile.inc>
6 USE_FORT?= yes # network protocol library
7 NOLINT=
9 .PATH: ${HEIMDIST}/kdc ${HEIMBASE}/include
11 LIB= kdc
13 LIBDPLIBS+= krb5 ${.CURDIR}/../libkrb5 \
14 crypto ${SSLBASE}/lib/libcrypto \
15 hdb ${.CURDIR}/../libhdb \
16 hx509 ${.CURDIR}/../libhx509 \
17 asn1 ${.CURDIR}/../libasn1 \
18 heimntlm ${.CURDIR}/../libheimntlm \
19 roken ${.CURDIR}/../libroken
21 SRCS = default_config.c \
22 set_dbinfo.c \
23 digest.c \
24 kerberos5.c \
25 krb5tgs.c \
26 pkinit.c \
27 log.c \
28 misc.c \
29 kx509.c \
30 process.c \
31 windc.c
33 INCSDIR=/usr/include/krb5
34 INCS= kdc-protos.h kdc.h
36 CPPFLAGS+= -I${HEIMDIST}/lib/krb5
38 # Prevent collision with old MIT Kerberos includes -- require manual
39 # intervention of the operator.
40 .BEGIN:
41 .ifmake includes
42 @if [ -f ${DESTDIR}${INCSDIR}/kadm_err.h ]; then \
43 echo "Error: you must first remove the MIT headers from ${DESTDIR}${INCSDIR}" >&2; \
44 false; \
46 .endif
48 .include <${HEIMBASE}/Makefile.rules.inc>
49 .include <bsd.lib.mk>