From 890c5794a5b33627b1d76c4e353bf675d44e3eee Mon Sep 17 00:00:00 2001 From: bmilekic Date: Tue, 9 Apr 2002 18:25:44 +0000 Subject: Introduce NO_RCMNDS flag so as to not compile rsh, rlogin, and rcp on will, and document in share/examples/etc/make.conf Submitted by: Aleksandar Simic MFC after: 1 week --- usr.bin/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 935fd98..18b7dc5 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -121,11 +121,9 @@ SUBDIR= apply \ quota \ renice \ rev \ - rlogin \ rpcgen \ rpcinfo \ rs \ - rsh \ rup \ ruptime \ rusers \ @@ -230,6 +228,11 @@ SUBDIR+=ar \ SUBDIR+=uac .endif +.if !defined(NO_RCMNDS) +SUBDIR+=rlogin \ + rsh +.endif + # Things which don't compile on new platforms yet: .if ${MACHINE_ARCH} != "sparc64" && ${MACHINE_ARCH} != "ia64" SUBDIR+=xlint -- cgit v1.1