summaryrefslogtreecommitdiff
path: root/kerberosV/libexec/kpasswdd/Makefile
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2013-07-01 05:15:25 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2013-07-01 05:15:25 +0000
commit42077e17e861bf0d7b0a810e2f3eaec47240bffa (patch)
treee64c05024032f22af9c89f898762edfe0b26f968 /kerberosV/libexec/kpasswdd/Makefile
parent5799bd81165e7a8c48fa2f9e023e2743dfc5ed29 (diff)
Pass all Kerberos man pages to a sed substitution to fix paths so that
they match hier(7). e.g. /etc/krb5.conf versus /etc/kerberosV/krb5.conf help from espie@ ok espie@ robert@
Diffstat (limited to 'kerberosV/libexec/kpasswdd/Makefile')
-rw-r--r--kerberosV/libexec/kpasswdd/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/kerberosV/libexec/kpasswdd/Makefile b/kerberosV/libexec/kpasswdd/Makefile
index c0b074eb1bb..40adce2914f 100644
--- a/kerberosV/libexec/kpasswdd/Makefile
+++ b/kerberosV/libexec/kpasswdd/Makefile
@@ -1,7 +1,9 @@
-# $OpenBSD: Makefile,v 1.13 2013/06/19 19:36:49 robert Exp $
+# $OpenBSD: Makefile,v 1.14 2013/07/01 05:15:24 ajacoutot Exp $
PROG= kpasswdd
-MAN= kpasswdd.8
+MPAGES= kpasswdd.8
+MSRC= ${KRB5DIR}/kpasswd
+
CFLAGS+=-I${KRB5DIR}/lib/roken -I../../lib/libhdb ${LDAPCFLAGS}
DPADD= ${LIBKADM5SRV} ${LIBHDB} ${LIBKRB5} ${LIBHX509} ${LIBROKEN} ${LIBVERS} \
${LIBASN1} ${LIBCRYPTO} ${LIBCRYPT} ${LIBCOM_ERR} ${LDAPDPADD}