summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2014-11-07 04:39:01 +0000
committermarcel <marcel@FreeBSD.org>2014-11-07 04:39:01 +0000
commitacaf3c19b5c4e065a290ec22ef496b779b092623 (patch)
tree9e8acdd0ac0c8e62ed18a0ea7f83407fc1bc754f /rescue
parent74370c77eedceb8d32a9da16840125067154695e (diff)
downloadFreeBSD-src-acaf3c19b5c4e065a290ec22ef496b779b092623.zip
FreeBSD-src-acaf3c19b5c4e065a290ec22ef496b779b092623.tar.gz
Add libxo, now needed by df(1).
Pointed out by: rodrigc@ (thanks!)
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 7445f29..0de7789 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -52,7 +52,7 @@ 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
-CRUNCH_LIBS+= -lcrypt -ledit -ljail -lkvm -ll -ltermcapw -lutil
+CRUNCH_LIBS+= -lcrypt -ledit -ljail -lkvm -ll -ltermcapw -lutil -lxo
CRUNCH_BUILDTOOLS+= bin/sh
# Additional options for specific programs
OpenPOWER on IntegriCloud