diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2003-05-12 00:59:36 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2003-05-12 00:59:36 +0000 |
commit | 03cf287269743a3ba7ad0bac6bfd4e03e3c3da27 (patch) | |
tree | e4d86a275c9dd4224abede79a9b8ce8ce5b65b26 /kerberosV | |
parent | b5ed53b41bca0090a2038b18b02f6189facdd84a (diff) |
use ${.CURDIR}
Diffstat (limited to 'kerberosV')
-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 |