diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2003-05-11 03:47:56 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2003-05-11 03:47:56 +0000 |
commit | 3ba20a7fc038d4a8389518ea4c8b2370f613f64f (patch) | |
tree | dfd78c202a925a74d6db84ddbaecf2bda0b333f8 /kerberosV/lib/hdb | |
parent | 35131432953391c2312f207088c15889997b970a (diff) |
Small changes needed for heimdal-0.6rc1
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 e88341d820b..6a6323c7d79 100644 --- a/kerberosV/lib/hdb/Makefile +++ b/kerberosV/lib/hdb/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2002/02/06 09:13:34 hin Exp $ +# $OpenBSD: Makefile,v 1.5 2003/05/11 03:47:55 hin Exp $ KRBDEPTH=../.. .include <${.CURDIR}/../../Makefile.inc> @@ -33,7 +33,8 @@ ${ASN1_SRC}: ${KRB5SRC}/lib/hdb/hdb.asn1 CLEANFILES+= ${ASN1_SRC} ${ASN1_SRC:.c=.x} hdb_err.[ch] \ hdb_asn1.[ch] ans1_files asn1.h asn1_files -CFLAGS+=-I${KRB5SRC}/lib/hdb -I${KRB5SRC}/lib/asn1 -I../asn1 -I. -I../krb5 +CFLAGS+=-I${KRB5SRC}/lib/hdb -I${KRB5SRC}/lib/asn1 -I../asn1 -I. -I../krb5 \ + -DROKEN_RENAME .PATH: ${KRB5SRC}/lib/hdb hdb_err.c hdb_err.h: ${KRB5SRC}/lib/hdb/hdb_err.et |