diff options
Diffstat (limited to 'crypto/openssh/lib/Makefile')
| -rw-r--r-- | crypto/openssh/lib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/openssh/lib/Makefile b/crypto/openssh/lib/Makefile index 8f7e4f75afa9..4a9ce1cb0aea 100644 --- a/crypto/openssh/lib/Makefile +++ b/crypto/openssh/lib/Makefile @@ -4,7 +4,8 @@ LIB= ssh SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \ cipher.c compat.c compress.c crc32.c deattack.c fingerprint.c \ hostfile.c log.c match.c mpaux.c nchan.c packet.c readpass.c \ - rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c + rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \ + key.c NOPROFILE= yes NOPIC= yes @@ -15,7 +16,7 @@ install: .include <bsd.own.mk> .if (${KERBEROS} == "yes") -CFLAGS+= -DKRB4 -I/usr/include/kerberosIV +CFLAGS+= -DKRB4 -I${DESTDIR}/usr/include/kerberosIV .if (${AFS} == "yes") CFLAGS+= -DAFS SRCS+= radix.c |
