diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2001-05-25 12:38:18 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2001-05-25 12:38:18 +0000 |
commit | 8b5b3de678742d32db8133b33de2e235f7cd5f43 (patch) | |
tree | 96ce5178b8b65995da90f0830f61ce0245bd70c9 /kerberosV/lib/hdb | |
parent | 5e71ce42aa86758478ee0913cc457fe78f5aec41 (diff) |
Workaround to prevent -current 'make' from crashing.
Diffstat (limited to 'kerberosV/lib/hdb')
-rw-r--r-- | kerberosV/lib/hdb/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kerberosV/lib/hdb/Makefile b/kerberosV/lib/hdb/Makefile index db74ac0ad95..397f1ec56d8 100644 --- a/kerberosV/lib/hdb/Makefile +++ b/kerberosV/lib/hdb/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2001/05/25 08:18:53 hin Exp $ +# $OpenBSD: Makefile,v 1.2 2001/05/25 12:38:16 ho Exp $ KRBDEPTH=../.. .include <${.CURDIR}/../../Makefile.inc> -INCLUDE_FILES= ${KRB5SRC}/lib/hdb/{hdb.h,hdb-protos.h,hdb-private.h} \ +INCLUDE_FILES= ${KRB5SRC}/lib/hdb/hdb.h ${KRB5SRC}/lib/hdb/hdb-protos.h \ + ${KRB5SRC}/lib/hdb/hdb-private.h \ hdb_err.h hdb_asn1.h includes: hdb_err.h hdb_asn1.h |