From 0277f03fdb26c9760469f4086665e131d35df3f9 Mon Sep 17 00:00:00 2001 From: delphij Date: Fri, 2 Jan 2015 18:57:51 +0000 Subject: [PATCH] MFC r275435: Add sleep(1) to /rescue. git-svn-id: svn://svn.freebsd.org/base/stable/9@276558 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- rescue/rescue/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index e077b9d26..36cb583d2 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 -- 2.45.0