summaryrefslogtreecommitdiff
path: root/kerberosV/libexec/kpasswdd/Makefile
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2013-07-02 19:00:11 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2013-07-02 19:00:11 +0000
commitc833dd7dd152140795451c8f530613e8f22006a6 (patch)
tree79f64fcc06ef8d79601402d75c8d6e0a94e6c292 /kerberosV/libexec/kpasswdd/Makefile
parent04406384e729c5f832184829ff1a11a2209df6da (diff)
Most CFLAGS should be CPPFLAGS, so fix that.
Remove non existent LDAP* variables. ok robert@
Diffstat (limited to 'kerberosV/libexec/kpasswdd/Makefile')
-rw-r--r--kerberosV/libexec/kpasswdd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/kerberosV/libexec/kpasswdd/Makefile b/kerberosV/libexec/kpasswdd/Makefile
index 40adce2914f..4bb881bd76a 100644
--- a/kerberosV/libexec/kpasswdd/Makefile
+++ b/kerberosV/libexec/kpasswdd/Makefile
@@ -1,12 +1,12 @@
-# $OpenBSD: Makefile,v 1.14 2013/07/01 05:15:24 ajacoutot Exp $
+# $OpenBSD: Makefile,v 1.15 2013/07/02 19:00:10 ajacoutot Exp $
PROG= kpasswdd
MPAGES= kpasswdd.8
MSRC= ${KRB5DIR}/kpasswd
-CFLAGS+=-I${KRB5DIR}/lib/roken -I../../lib/libhdb ${LDAPCFLAGS}
+CPPFLAGS= -I${KRB5DIR}/lib/roken -I../../lib/libhdb
DPADD= ${LIBKADM5SRV} ${LIBHDB} ${LIBKRB5} ${LIBHX509} ${LIBROKEN} ${LIBVERS} \
- ${LIBASN1} ${LIBCRYPTO} ${LIBCRYPT} ${LIBCOM_ERR} ${LDAPDPADD}
+ ${LIBASN1} ${LIBCRYPTO} ${LIBCRYPT} ${LIBCOM_ERR}
LDADD= -lkadm5srv -lhdb -lkrb5 -lroken ${LIBVERS} \
-lasn1 -lcrypto -lcom_err -lheimbase -lwind -lutil