diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-03-14 20:13:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-03-14 20:13:30 +0000 |
commit | 7d4194675a636251c876237d7e8266dd33b37ce0 (patch) | |
tree | 62abbc4ad9a40443909be709e714ace94d18dc57 /usr.bin/ssh/lib | |
parent | a9954996130ba84aacb02da5cca6c625add1f3b9 (diff) |
support DESTDIR include fetching; dm
Diffstat (limited to 'usr.bin/ssh/lib')
-rw-r--r-- | usr.bin/ssh/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/lib/Makefile b/usr.bin/ssh/lib/Makefile index 8f7e4f75afa..51aedd4a3e3 100644 --- a/usr.bin/ssh/lib/Makefile +++ b/usr.bin/ssh/lib/Makefile @@ -15,7 +15,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 |