1 # $NetBSD: Makefile,v 1.3 2013/09/11 23:04:09 joerg Exp $
3 USE_FORT?
= yes
# network protocol library
8 .
include <${.CURDIR
}/..
/..
/Makefile.inc
>
10 .PATH
: ${HEIMDIST}/lib
/kadm5
${HEIMBASE}/include
14 LIBDPLIBS
+= krb5
${.CURDIR
}/..
/libkrb5 \
15 com_err
${.CURDIR
}/..
/libcom_err \
16 hdb
${.CURDIR
}/..
/libhdb \
17 roken
${.CURDIR
}/..
/libroken
19 HEIMSRCS
= kadm5_err.et
43 INCSDIR
= /usr
/include/kadm5
51 # Prevent collision with old MIT Kerberos includes -- require manual
52 # intervention of the operator.
55 @if
[ -f
${DESTDIR}${INCSDIR}/kadm_err.h
]; then \
56 echo
"Error: you must first remove the MIT headers from ${DESTDIR}${INCSDIR}" >&2; \
61 .
include <${HEIMBASE}/Makefile.rules.inc
>