1 # $NetBSD: Makefile,v 1.2 2013/09/11 23:04:09 joerg Exp $
4 .
include <${.CURDIR
}/..
/..
/Makefile.inc
>
6 USE_FORT?
= yes
# network protocol library
9 .PATH
: ${HEIMDIST}/kdc
${HEIMBASE}/include
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 \
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.
42 @if
[ -f
${DESTDIR}${INCSDIR}/kadm_err.h
]; then \
43 echo
"Error: you must first remove the MIT headers from ${DESTDIR}${INCSDIR}" >&2; \
48 .
include <${HEIMBASE}/Makefile.rules.inc
>