diff options
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 |