mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Remove the building of a kerberosIV'ed cvs. `make release' has been broken
for the past 9 days!
This commit is contained in:
parent
c5981656ea
commit
cfb4481647
1 changed files with 6 additions and 3 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue