mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Unbreak "make release".
Submitted by: Justin Gibbs
This commit is contained in:
parent
4c1e0b3596
commit
9e59916c02
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38822
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ 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/cvs; ${CODAI}
|
||||
cd ${SDIR}/gnu/usr.bin/cvs; ${CODAI}
|
||||
cd ${SDIR}/libexec/rlogind; ${CODAI}
|
||||
cd ${SDIR}/libexec/rshd; ${CODAI}
|
||||
cd ${SDIR}/usr.bin/login; ${CODAI}
|
||||
|
|
Loading…
Reference in a new issue