diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-05 10:38:37 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-05 10:38:37 +0000 |
commit | 67cc44ee0d61dd6df521e375a05b9937bede3c2e (patch) | |
tree | c5d4b9e63c6e521b0c86df778d93bb79b69e0481 /kerberosV/lib/hdb | |
parent | 3fd7bf777f1653e344752edbee81724645cba2c7 (diff) |
Back out the make bug workaround that ho@ did.
Diffstat (limited to 'kerberosV/lib/hdb')
-rw-r--r-- | kerberosV/lib/hdb/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/kerberosV/lib/hdb/Makefile b/kerberosV/lib/hdb/Makefile index 397f1ec56d8..e2e8279a6a3 100644 --- a/kerberosV/lib/hdb/Makefile +++ b/kerberosV/lib/hdb/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2001/05/25 12:38:16 ho Exp $ +# $OpenBSD: Makefile,v 1.3 2001/06/05 10:38:33 hin Exp $ KRBDEPTH=../.. .include <${.CURDIR}/../../Makefile.inc> -INCLUDE_FILES= ${KRB5SRC}/lib/hdb/hdb.h ${KRB5SRC}/lib/hdb/hdb-protos.h \ - ${KRB5SRC}/lib/hdb/hdb-private.h \ +INCLUDE_FILES= ${KRB5SRC}/lib/hdb/{hdb.h,hdb-protos.h,hdb-private.h} \ hdb_err.h hdb_asn1.h includes: hdb_err.h hdb_asn1.h |