summaryrefslogtreecommitdiffstats
path: root/rescue/rescue
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2015-01-02 18:57:26 +0000
committerdelphij <delphij@FreeBSD.org>2015-01-02 18:57:26 +0000
commit1acd47c5699893b22a711b4b942645344bb21644 (patch)
tree87f812337908caf0cdb2e87f0f30c62758882ccc /rescue/rescue
parentafa6861080a472382692f3e6eadd04cea3d47657 (diff)
downloadFreeBSD-src-1acd47c5699893b22a711b4b942645344bb21644.zip
FreeBSD-src-1acd47c5699893b22a711b4b942645344bb21644.tar.gz
MFC r275435: Add sleep(1) to /rescue.
Diffstat (limited to 'rescue/rescue')
-rw-r--r--rescue/rescue/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index 95d4f3d..d9bd708 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -51,7 +51,8 @@ CRUNCH_LIBS+= ${.OBJDIR}/../librescue/*.o
CRUNCH_SRCDIRS+= bin
CRUNCH_PROGS_bin= cat chflags chio chmod cp date dd df echo \
ed expr getfacl hostname kenv kill ln ls mkdir mv \
- pkill ps pwd realpath rm rmdir setfacl sh stty sync test
+ pkill ps pwd realpath rm rmdir setfacl sh sleep stty \
+ sync test
CRUNCH_LIBS+= -lcrypt -ledit -ljail -lkvm -ll -ltermcap -lutil
CRUNCH_BUILDTOOLS+= bin/sh
OpenPOWER on IntegriCloud