--- sshd/Makefile.orig Sun Aug 20 14:42:41 2000 +++ sshd/Makefile Sat Nov 4 17:08:36 2000 @@ -3,8 +3,8 @@ PROG= sshd BINOWN= root BINMODE=555 -BINDIR= /usr/sbin -MAN= sshd.8 +BINDIR= /sbin +MAN8= sshd.8 CFLAGS+=-DHAVE_LOGIN_CAP SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \ @@ -12,6 +12,7 @@ auth.c auth1.c auth2.c auth-options.c session.c .include # for KERBEROS and AFS +.include "../Makefile.inc" .if (${KERBEROS} == "yes") .if (${AFS} == "yes") @@ -19,9 +20,9 @@ LDADD+= -lkafs DPADD+= ${LIBKRBAFS} .endif # AFS -CFLAGS+= -DKRB4 -I${DESTDIR}/usr/include/kerberosIV +CFLAGS+= -DKRB4 -I/usr/include/kerberosIV SRCS+= auth-krb4.c -LDADD+= -lkrb +LDADD+= -lkrb -lcom_err DPADD+= ${LIBKRB} .endif # KERBEROS @@ -31,7 +32,7 @@ .include -LDADD+= -lcrypto -lutil -lz +LDADD+= ${CRYPTOLIBS} -lcrypt -lutil -lz DPADD+= ${LIBCRYPTO} ${LIBUTIL} ${LIBZ} .if (${TCP_WRAPPERS} == "yes")