svn commit: r279603 - in head: bin/rcp usr.bin/rlogin usr.bin/rsh

Baptiste Daroussin bapt at FreeBSD.org
Wed Mar 4 22:01:46 UTC 2015


Author: bapt
Date: Wed Mar  4 22:01:44 2015
New Revision: 279603
URL: https://svnweb.freebsd.org/changeset/base/279603

Log:
  r* commands are not precious anymore

Modified:
  head/bin/rcp/Makefile
  head/usr.bin/rlogin/Makefile
  head/usr.bin/rsh/Makefile

Modified: head/bin/rcp/Makefile
==============================================================================
--- head/bin/rcp/Makefile	Wed Mar  4 21:33:08 2015	(r279602)
+++ head/bin/rcp/Makefile	Wed Mar  4 22:01:44 2015	(r279603)
@@ -7,6 +7,5 @@ CFLAGS+=-DBINDIR=${BINDIR}
 
 BINOWN=	root
 BINMODE=4555
-PRECIOUSPROG=
 
 .include <bsd.prog.mk>

Modified: head/usr.bin/rlogin/Makefile
==============================================================================
--- head/usr.bin/rlogin/Makefile	Wed Mar  4 21:33:08 2015	(r279602)
+++ head/usr.bin/rlogin/Makefile	Wed Mar  4 22:01:44 2015	(r279603)
@@ -5,6 +5,5 @@ PROG=	rlogin
 
 BINOWN=	root
 BINMODE=4555
-PRECIOUSPROG=
 
 .include <bsd.prog.mk>

Modified: head/usr.bin/rsh/Makefile
==============================================================================
--- head/usr.bin/rsh/Makefile	Wed Mar  4 21:33:08 2015	(r279602)
+++ head/usr.bin/rsh/Makefile	Wed Mar  4 22:01:44 2015	(r279603)
@@ -8,6 +8,5 @@ WARNS?=	2
 
 BINOWN=	root
 BINMODE=4555
-PRECIOUSPROG=
 
 .include <bsd.prog.mk>


More information about the svn-src-head mailing list