diff options
author | nectar <nectar@FreeBSD.org> | 2003-10-10 13:12:35 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2003-10-10 13:12:35 +0000 |
commit | fb970e56ae98b9f5d2b177f9fd119800a87559b5 (patch) | |
tree | 71f146be98c008035defad3bc0a1da1ffb2a37f2 /kerberos5/lib | |
parent | 2688d9803175fc4f3eb991136014b429d1d04737 (diff) | |
download | FreeBSD-src-fb970e56ae98b9f5d2b177f9fd119800a87559b5.zip FreeBSD-src-fb970e56ae98b9f5d2b177f9fd119800a87559b5.tar.gz |
The header files hdb_asn1.h, hdb_err.h, and kadm5_err.h are generated,
and must be installed from ${.OBJDIR}.
Pointy hat: nectar
Diffstat (limited to 'kerberos5/lib')
-rw-r--r-- | kerberos5/lib/libhdb/Makefile | 4 | ||||
-rw-r--r-- | kerberos5/lib/libkadm5clnt/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kerberos5/lib/libhdb/Makefile b/kerberos5/lib/libhdb/Makefile index d23e0d4..91856d3 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 987da76..6547192 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 |