From e415aa284663746c8babbba2d3871d26980a8b8a Mon Sep 17 00:00:00 2001 From: Jeremie Le Hen Date: Fri, 6 Oct 2017 08:43:14 +0000 Subject: Remove rcmds. If they are still needed, you can find them in the net/bsdrcmds port. This was proposed June, 20th and approved by various committers [1]. They have been marked as deprecated on CURRENT in r320644 [2] on July, 4th. Both stable/11 and release/11.1 contain the deprecation notice (thanks to allanjude@). Note that ruptime(1)/rwho(1)/rwhod(8) were initially thought to be part of rcmds but this was a mistake and those are therefore NOT removed. [1] https://lists.freebsd.org/pipermail/freebsd-arch/2017-June/018239.html [2] https://svnweb.freebsd.org/base?view=revision&revision=320644 Reviewed by: bapt, brooks Differential Revision: https://reviews.freebsd.org/D12573 --- libexec/rlogind/Makefile | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 libexec/rlogind/Makefile (limited to 'libexec/rlogind/Makefile') diff --git a/libexec/rlogind/Makefile b/libexec/rlogind/Makefile deleted file mode 100644 index 626b2e7457dd4..0000000000000 --- a/libexec/rlogind/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ - -.include - -PACKAGE=rcmds -PROG= rlogind -MAN= rlogind.8 -PACKAGE=rcmds -LIBADD= util -WARNS?= 2 - -.if ${MK_INET6_SUPPORT} != "no" -CFLAGS+= -DINET6 -.endif - -.if ${MK_BLACKLIST_SUPPORT} != "no" -CFLAGS+= -DUSE_BLACKLIST -I${SRCTOP}/contrib/blacklist/include -LIBADD+= blacklist -LDFLAGS+=-L${LIBBLACKLISTDIR} -.endif - -.include -- cgit v1.3