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/sshd | |
parent | a9954996130ba84aacb02da5cca6c625add1f3b9 (diff) |
support DESTDIR include fetching; dm
Diffstat (limited to 'usr.bin/ssh/sshd')
-rw-r--r-- | usr.bin/ssh/sshd/Makefile | 2 |
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} |