aboutsummaryrefslogtreecommitdiff
path: root/kerberos5
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2003-10-10 13:12:35 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2003-10-10 13:12:35 +0000
commitcbe10a2a893ead483e33361c85ad84af492d7a50 (patch)
tree71f146be98c008035defad3bc0a1da1ffb2a37f2 /kerberos5
parent82681884cf8a124890742949facf5a92898ae029 (diff)
downloadsrc-cbe10a2a893ead483e33361c85ad84af492d7a50.tar.gz
src-cbe10a2a893ead483e33361c85ad84af492d7a50.zip
The header files hdb_asn1.h, hdb_err.h, and kadm5_err.h are generated,
and must be installed from ${.OBJDIR}. Pointy hat: nectar
Notes
Notes: svn path=/head/; revision=120968
Diffstat (limited to 'kerberos5')
-rw-r--r--kerberos5/lib/libhdb/Makefile4
-rw-r--r--kerberos5/lib/libkadm5clnt/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/kerberos5/lib/libhdb/Makefile b/kerberos5/lib/libhdb/Makefile
index d23e0d419b32..91856d360920 100644
--- a/kerberos5/lib/libhdb/Makefile
+++ b/kerberos5/lib/libhdb/Makefile
@@ -6,8 +6,8 @@ INCS= \
hdb-private.h \
hdb-protos.h \
hdb.h \
- hdb_asn1.h \
- hdb_err.h
+ ${.OBJDIR}/hdb_asn1.h \
+ ${.OBJDIR}/hdb_err.h
SRCS= \
common.c \
diff --git a/kerberos5/lib/libkadm5clnt/Makefile b/kerberos5/lib/libkadm5clnt/Makefile
index 987da7696f4a..6547192b6e61 100644
--- a/kerberos5/lib/libkadm5clnt/Makefile
+++ b/kerberos5/lib/libkadm5clnt/Makefile
@@ -6,7 +6,7 @@ INCS= \
admin.h \
kadm5-private.h \
kadm5-protos.h \
- kadm5_err.h \
+ ${.OBJDIR}/kadm5_err.h \
private.h
INCSDIR=${INCLUDEDIR}/kadm5