summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-10-29 15:49:33 -0400
committerJoey Hess <joey@kitenet.net>2010-10-29 15:49:33 -0400
commit11eb9b1ae7b81f3bbf52047a7a8ec995b7808970 (patch)
tree8f2bbc3e7ba6f563e950d51dcdc7f1060b161281 /Makefile
parentdc7df101d71be5c504529a47c541aa8bfc82edca (diff)
downloadmoreutils-11eb9b1ae7b81f3bbf52047a7a8ec995b7808970.tar.gz
chronic: New command, runs a command quietly, unless it fails.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 377121d..3ffd562 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
BINS=isutf8 ifdata ifne pee sponge mispipe lckdo parallel
-PERLSCRIPTS=vidir vipe ts combine zrun
-MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 ifne.1 pee.1 zrun.1 mispipe.1 lckdo.1 parallel.1
+PERLSCRIPTS=vidir vipe ts combine zrun chronic
+MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 ifne.1 pee.1 zrun.1 chronic.1 mispipe.1 lckdo.1 parallel.1
CFLAGS=-O2 -g -Wall
INSTALL_BIN?=install -s
PREFIX=/usr