From ffde931732e5707b8b445832042e37464a472b7e Mon Sep 17 00:00:00 2001 From: Geoff Rehmet Date: Sun, 7 Aug 1994 20:56:28 +0000 Subject: [PATCH] Removed des_rw.c from rlogin - this is now in libkrb. I hope there will be no problems at the moment with programs depending on this - I think Garrett has commented kerberos out of everything though --- usr.bin/rlogin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile index 57679ca0059..4eacdee630f 100644 --- a/usr.bin/rlogin/Makefile +++ b/usr.bin/rlogin/Makefile @@ -2,7 +2,7 @@ PROG= rlogin SRCS= rlogin.c -#krcmd.c kcmd.c des_rw.c +#krcmd.c kcmd.c #DPADD= ${LIBKRB} ${LIBDES} #CFLAGS+=-DKERBEROS -DCRYPT #LDADD= -lkrb -ldes