From 4aa009995b3f0993869808871a6ce9e0e6ee59d2 Mon Sep 17 00:00:00 2001 From: Heather Date: Thu, 26 Jun 2014 10:05:31 +0400 Subject: [PATCH] move sync to PROGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b07e19192..0b7492e90 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,7 @@ PROGS := \ sleep \ seq \ sum \ + sync \ tac \ tee \ touch \ @@ -55,7 +56,6 @@ UNIX_PROGS := \ kill \ logname \ mkfifo \ - sync \ tty \ uname \ uptime \