summaryrefslogtreecommitdiffstats
path: root/bin/rcp
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1998-03-26 19:41:18 +0000
committermarkm <markm@FreeBSD.org>1998-03-26 19:41:18 +0000
commit8485ab83d52ddf9fdb1ca4b602104690f8e4f557 (patch)
tree7aff2dd595e74f2fe095e93266cc069ee654ff9b /bin/rcp
parent60d23423477089f7825059f867e1993b3a435885 (diff)
downloadFreeBSD-src-8485ab83d52ddf9fdb1ca4b602104690f8e4f557.zip
FreeBSD-src-8485ab83d52ddf9fdb1ca4b602104690f8e4f557.tar.gz
Rats. I was too quick. Work needs to be done on the non-Kerberos
case. Re-enable SUID mode.
Diffstat (limited to 'bin/rcp')
-rw-r--r--bin/rcp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile
index df53707..f6db9bc 100644
--- a/bin/rcp/Makefile
+++ b/bin/rcp/Makefile
@@ -18,8 +18,8 @@ DISTRIBUTION= krb
.PATH: ${.CURDIR}/../../crypto/kerberosIV/appl/bsd
.endif
-#BINOWN= root
-#BINMODE=4555
-#INSTALLFLAGS=-fschg
+BINOWN= root
+BINMODE=4555
+INSTALLFLAGS=-fschg
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud