From ff4953fbcc9f747429234d5971a802bb653e451a Mon Sep 17 00:00:00 2001 From: markm Date: Thu, 26 Mar 1998 19:43:06 +0000 Subject: Rats. I was too fast here. Re-enable SUID mode for the non-Kerberos case. --- usr.bin/rlogin/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/rlogin/Makefile') diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile index c131248..746e4a4 100644 --- a/usr.bin/rlogin/Makefile +++ b/usr.bin/rlogin/Makefile @@ -4,9 +4,9 @@ PROG= rlogin SRCS= rlogin.c CFLAGS+=-Wall -#BINOWN= root -#BINMODE=4555 -#INSTALLFLAGS=-fschg +BINOWN= root +BINMODE=4555 +INSTALLFLAGS=-fschg .if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4) SRCS+= krcmd.c kcmd.c rcmd_util.c encrypt.c -- cgit v1.1