diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-08-19 15:46:10 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-08-19 15:46:10 +0000 |
| commit | cfb4481647cdba759511d7322f4d21400cc1cbbf (patch) | |
| tree | e118e032c106ed47cd96ecabf1d17236368bd4f7 | |
| parent | c5981656eaccc5bd8321310f0414ab044a51698f (diff) | |
Notes
| -rw-r--r-- | kerberosIV/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/kerberosIV/Makefile b/kerberosIV/Makefile index 494ab2afd97f..9c962efbb200 100644 --- a/kerberosIV/Makefile +++ b/kerberosIV/Makefile @@ -21,7 +21,8 @@ CODAD= ${MAKE} ${MFLAGS} MAKE_KERBEROS4=yes cleandir && \ # These are the programs which depend on kerberos kprog: cd ${SDIR}/bin/rcp; ${CODAI} - cd ${SDIR}/gnu/usr.bin/cvs; ${CODAI} + echo "WARNING: kerberosIV'ed cvs broken" + #cd ${SDIR}/gnu/usr.bin/cvs; ${CODAI} cd ${SDIR}/libexec/ftpd; ${CODAI} cd ${SDIR}/libexec/rlogind; ${CODAI} cd ${SDIR}/libexec/rshd; ${CODAI} @@ -37,7 +38,8 @@ kprog: # This target us used to rebuild these programs WITHOUT kerberos dekerberise: cd ${SDIR}/bin/rcp; ${CODAIN} - cd ${SDIR}/gnu/usr.bin/cvs; ${CODAIN} + echo "WARNING: kerberosIV'ed cvs broken" + #cd ${SDIR}/gnu/usr.bin/cvs; ${CODAIN} cd ${SDIR}/libexec/ftpd; ${CODAIN} cd ${SDIR}/libexec/rlogind; ${CODAIN} cd ${SDIR}/libexec/rshd; ${CODAIN} @@ -53,7 +55,8 @@ bootstrap: cleandir obj depend all install kprog help-distribute: distribute cd ${SDIR}/bin/rcp; ${CODAD} - cd ${SDIR}/gnu/usr.bin/cvs; ${CODAD} + echo "WARNING: kerberosIV'ed cvs broken" + #cd ${SDIR}/gnu/usr.bin/cvs; ${CODAD} cd ${SDIR}/libexec/ftpd; ${CODAD} cd ${SDIR}/libexec/rlogind; ${CODAD} cd ${SDIR}/libexec/rshd; ${CODAD} |
