diff options
-rw-r--r-- | kerberosIV/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kerberosIV/Makefile b/kerberosIV/Makefile index c9a170f..95501f3 100644 --- a/kerberosIV/Makefile +++ b/kerberosIV/Makefile @@ -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} |