From 8ae63aa05482dfe82976d5b587e6430770fc2761 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 4 Mar 2015 22:01:44 +0000 Subject: [PATCH] r* commands are not precious anymore --- bin/rcp/Makefile | 1 - usr.bin/rlogin/Makefile | 1 - usr.bin/rsh/Makefile | 1 - 3 files changed, 3 deletions(-) diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile index 1c156a236d11..886ec01ca0d0 100644 --- a/bin/rcp/Makefile +++ b/bin/rcp/Makefile @@ -7,6 +7,5 @@ CFLAGS+=-DBINDIR=${BINDIR} BINOWN= root BINMODE=4555 -PRECIOUSPROG= .include diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile index 195bffbb0b15..e41417dab313 100644 --- a/usr.bin/rlogin/Makefile +++ b/usr.bin/rlogin/Makefile @@ -5,6 +5,5 @@ PROG= rlogin BINOWN= root BINMODE=4555 -PRECIOUSPROG= .include diff --git a/usr.bin/rsh/Makefile b/usr.bin/rsh/Makefile index 5c6951cd0745..d7c26a5e71b8 100644 --- a/usr.bin/rsh/Makefile +++ b/usr.bin/rsh/Makefile @@ -8,6 +8,5 @@ WARNS?= 2 BINOWN= root BINMODE=4555 -PRECIOUSPROG= .include