diff options
author | Magnus Holmberg <mho@cvs.openbsd.org> | 2003-05-17 05:20:19 +0000 |
---|---|---|
committer | Magnus Holmberg <mho@cvs.openbsd.org> | 2003-05-17 05:20:19 +0000 |
commit | b8447fde47683859139cfdc3ef1cfb426be8710a (patch) | |
tree | c7b405b9e8a5b8b54c8d6b4fc512285630d049a2 /lib/libkrb5/Makefile.hdb.inc | |
parent | e77910898224b423e32baf4d900f502ce0eb148f (diff) |
Support for 'make includes'; ok hin@, millert@
Diffstat (limited to 'lib/libkrb5/Makefile.hdb.inc')
-rw-r--r-- | lib/libkrb5/Makefile.hdb.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libkrb5/Makefile.hdb.inc b/lib/libkrb5/Makefile.hdb.inc index 5b97c4660f5..32fc292315e 100644 --- a/lib/libkrb5/Makefile.hdb.inc +++ b/lib/libkrb5/Makefile.hdb.inc @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile.hdb.inc,v 1.1 2003/05/14 09:05:59 hin Exp $ +# $OpenBSD: Makefile.hdb.inc,v 1.2 2003/05/17 05:20:18 mho Exp $ -INCLUDE_FILES+= ${KRB5SRC}/lib/hdb/{hdb.h,hdb-protos.h,hdb-private.h} \ - hdb_err.h ${.CURDIR}/hdb_asn1.h +DIR_HDB= ${KRB5SRC}/lib/hdb +HDR_HDB= hdb.h hdb-protos.h hdb-private.h +HDR_OBJ+= hdb_err.h hdb_asn1.h includes: hdb_err.h hdb_asn1.h |