diff options
author | 2003-05-12 00:59:35 +0000 | |
---|---|---|
committer | 2003-05-12 00:59:35 +0000 | |
commit | 61f45ff03ca9a7424a52db6ce3ce74ddaa8208fd (patch) | |
tree | 21d3dae117d83fb8a7d212f790748790b3a1345c | |
parent | ansi (diff) | |
download | wireguard-openbsd-61f45ff03ca9a7424a52db6ce3ce74ddaa8208fd.tar.xz wireguard-openbsd-61f45ff03ca9a7424a52db6ce3ce74ddaa8208fd.zip |
use ${.CURDIR}
-rw-r--r-- | kerberosV/lib/hdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosV/lib/hdb/Makefile b/kerberosV/lib/hdb/Makefile index 5737c53fda2..095f17bb358 100644 --- a/kerberosV/lib/hdb/Makefile +++ b/kerberosV/lib/hdb/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 2003/05/11 23:08:22 hin Exp $ +# $OpenBSD: Makefile,v 1.8 2003/05/12 00:59:35 hin Exp $ KRBDEPTH=../.. .include <${.CURDIR}/../../Makefile.inc> INCLUDE_FILES= ${KRB5SRC}/lib/hdb/{hdb.h,hdb-protos.h,hdb-private.h} \ - hdb_err.h hdb_asn1.h + hdb_err.h ${.CURDIR}/hdb_asn1.h includes: hdb_err.h hdb_asn1.h |