summaryrefslogtreecommitdiffstats
path: root/usr.bin/rlogin/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1998-03-26 19:43:06 +0000
committermarkm <markm@FreeBSD.org>1998-03-26 19:43:06 +0000
commitff4953fbcc9f747429234d5971a802bb653e451a (patch)
tree62b1405d781cea2e96d26a554b256edacb844f88 /usr.bin/rlogin/Makefile
parent8485ab83d52ddf9fdb1ca4b602104690f8e4f557 (diff)
downloadFreeBSD-src-ff4953fbcc9f747429234d5971a802bb653e451a.zip
FreeBSD-src-ff4953fbcc9f747429234d5971a802bb653e451a.tar.gz
Rats. I was too fast here. Re-enable SUID mode for the non-Kerberos
case.
Diffstat (limited to 'usr.bin/rlogin/Makefile')
-rw-r--r--usr.bin/rlogin/Makefile6
1 files changed, 3 insertions, 3 deletions
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
OpenPOWER on IntegriCloud