From a5a93175fee5a81090a93811db42c97d4b731082 Mon Sep 17 00:00:00 2001 From: Nathan Ross Date: Fri, 25 Dec 2015 19:58:35 -0500 Subject: [PATCH] alphabetical ordering for list of progs --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 7214bb2f3..0559f5ba7 100644 --- a/Makefile +++ b/Makefile @@ -54,8 +54,9 @@ PROGS := \ false \ fmt \ fold \ - link \ hashsum \ + head \ + link \ ln \ mkdir \ nl \ @@ -70,14 +71,15 @@ PROGS := \ relpath \ rm \ rmdir \ - sleep \ - split \ seq \ shuf \ + sleep \ sort \ + split \ sum \ sync \ tac \ + tail \ tee \ test \ tr \ @@ -87,10 +89,8 @@ PROGS := \ unexpand \ uniq \ wc \ - yes \ - head \ - tail \ - whoami + whoami \ + yes UNIX_PROGS := \ chmod \