Add kerberised CVS to the dependant programs.

This commit is contained in:
Mark Murray 1998-08-15 17:28:06 +00:00
parent 8eee208047
commit 891f02a785
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38336

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.6 1997/10/03 06:37:35 markm Exp $
# $Id$
SUBDIR= include lib libexec usr.bin usr.sbin
@ -15,6 +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}/libexec/rlogind; ${CODAI}
cd ${SDIR}/libexec/rshd; ${CODAI}
cd ${SDIR}/usr.bin/login; ${CODAI}