diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-07-22 13:20:49 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-07-22 13:20:49 +0000 |
commit | d44a5f95b2f2a2b1fc2ac7850b6898e0688662df (patch) | |
tree | bf229ea6c569a5eb2c5cf1d18b615100b5c73e52 | |
parent | 680d2d3969cef2ef8ea6eb33c7e57781f789b2f7 (diff) |
Fix include path.
ok robert@
-rw-r--r-- | kerberosV/libexec/kpasswdd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosV/libexec/kpasswdd/Makefile b/kerberosV/libexec/kpasswdd/Makefile index fa746848b5c..85e58d0c1c5 100644 --- a/kerberosV/libexec/kpasswdd/Makefile +++ b/kerberosV/libexec/kpasswdd/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.17 2013/07/10 11:14:40 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.18 2013/07/22 13:20:48 ajacoutot Exp $ PROG= kpasswdd MPAGES= kpasswdd.8 MSRC= ${KRB5DIR}/kpasswd -CPPFLAGS= -I${KRB5DIR}/lib/roken -I../../lib/libhdb +CPPFLAGS= -I${KRB5DIR}/lib/roken -I${KRB5DIR}/lib/hdb DPADD= ${LIBKADM5SRV} ${LIBHDB} ${LIBKRB5} ${LIBROKEN} ${LIBVERS} \ ${LIBASN1} ${LIBCRYPTO} ${LIBCOM_ERR} LDADD= -lkadm5srv -lhdb -lkrb5 -lroken ${LIBVERS} \ |