summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-03-14 20:13:30 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-03-14 20:13:30 +0000
commit7d4194675a636251c876237d7e8266dd33b37ce0 (patch)
tree62abbc4ad9a40443909be709e714ace94d18dc57 /usr.bin/ssh/sshd
parenta9954996130ba84aacb02da5cca6c625add1f3b9 (diff)
support DESTDIR include fetching; dm
Diffstat (limited to 'usr.bin/ssh/sshd')
-rw-r--r--usr.bin/ssh/sshd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile
index c0ca67428d1..3815b5a302b 100644
--- a/usr.bin/ssh/sshd/Makefile
+++ b/usr.bin/ssh/sshd/Makefile
@@ -17,7 +17,7 @@ CFLAGS+= -DAFS
LDADD+= -lkafs
DPADD+= ${LIBKRBAFS}
.endif # AFS
-CFLAGS+= -DKRB4 -I/usr/include/kerberosIV
+CFLAGS+= -DKRB4 -I${DESTDIR}/usr/include/kerberosIV
SRCS+= auth-krb4.c
LDADD+= -lkrb
DPADD+= ${LIBKRB}