summaryrefslogtreecommitdiff
path: root/kerberosV/usr.bin/kf/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/usr.bin/kf/Makefile
parent04406384e729c5f832184829ff1a11a2209df6da (diff)
Most CFLAGS should be CPPFLAGS, so fix that.
Remove non existent LDAP* variables. ok robert@
Diffstat (limited to 'kerberosV/usr.bin/kf/Makefile')
-rw-r--r--kerberosV/usr.bin/kf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosV/usr.bin/kf/Makefile b/kerberosV/usr.bin/kf/Makefile
index 79e6ae0afd0..45794ceefbc 100644
--- a/kerberosV/usr.bin/kf/Makefile
+++ b/kerberosV/usr.bin/kf/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.7 2013/07/01 05:15:24 ajacoutot Exp $
+# $OpenBSD: Makefile,v 1.8 2013/07/02 19:00:10 ajacoutot Exp $
PROG= kf
MPAGES= kf.1
MSRC= ${KRB5DIR}/appl/kf
-CFLAGS+= -I${KRB5DIR}/lib/asn1 \
+CPPFLAGS= -I${KRB5DIR}/lib/asn1 \
-I${KRB5DIR}/lib/roken
DPADD= ${LIBKRB5} ${LIBROKEN} ${LIBASN1} ${LIBCRYPTO} \
${LIBCRYPT} ${LIBVERS}