aboutsummaryrefslogtreecommitdiff
path: root/rescue
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2008-09-13 19:54:15 +0000
committerWarner Losh <imp@FreeBSD.org>2008-09-13 19:54:15 +0000
commitbf419e6a5be3ec6326888dad4ac9f6df7cc54e52 (patch)
treecf713c5ee17cff0376d0639abe3db6c01d2dc8f6 /rescue
parentb96810176462a8d82e0ff49a56e239bb9548433b (diff)
downloadsrc-bf419e6a5be3ec6326888dad4ac9f6df7cc54e52.tar.gz
src-bf419e6a5be3ec6326888dad4ac9f6df7cc54e52.zip
Notes
Diffstat (limited to 'rescue')
-rw-r--r--rescue/rescue/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index 4d74258052f8..0739f95aaa59 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -71,7 +71,7 @@ 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 \
- pax pkill ps pwd \
+ pkill ps pwd \
realpath rm rmdir setfacl sh stty sync test
CRUNCH_LIBS+= -lcrypt -ledit -lkvm -ll -lm -ltermcap -lutil
.if ${MK_OPENSSL} != "no"