From d10a8d6cb46f77ccd63cf37f82c482bfc73c915e Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 16 Jan 2004 15:23:19 +0000 Subject: - Build things in pure dictionary order (see sort(1)). - Unify the conditional assignments section so that architectural exclusions come first, then options and !options, sorted by the option name, also in directory order, then architecture specific sections, sorted by the architecture name, with i386 being a traditional exception. Prodded by: bde --- bin/Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'bin/Makefile') diff --git a/bin/Makefile b/bin/Makefile index 6a5d8c50b63a..86998bd4ff7b 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -6,6 +6,7 @@ SUBDIR= cat \ chio \ chmod \ cp \ + ${_csh} \ date \ dd \ df \ @@ -24,8 +25,10 @@ SUBDIR= cat \ pax \ ps \ pwd \ + ${_rcp} \ realpath \ rm \ + ${_rmail} \ rmdir \ setfacl \ sh \ @@ -35,15 +38,15 @@ SUBDIR= cat \ test .if !defined(NO_RCMNDS) -SUBDIR+=rcp +_rcp= rcp .endif -.if !defined(NO_TCSH) -SUBDIR+=csh +.if !defined(NO_SENDMAIL) +_rmail= rmail .endif -.if !defined(NO_SENDMAIL) -SUBDIR+=rmail +.if !defined(NO_TCSH) +_csh= csh .endif .include -- cgit v1.3