aboutsummaryrefslogtreecommitdiff
path: root/rescue
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2009-12-05 23:23:46 +0000
committerEd Schouten <ed@FreeBSD.org>2009-12-05 23:23:46 +0000
commit454939f33e40d68960bceb42437f42632cbc3028 (patch)
tree245e1cbc6bf58a445a539237fedb56e47ac6a7a0 /rescue
parent3487b13416ae8c89140aa10d91786d38694518f1 (diff)
downloadsrc-454939f33e40d68960bceb42437f42632cbc3028.tar.gz
src-454939f33e40d68960bceb42437f42632cbc3028.zip
Unbreak rescue(8). We should also link against libulog now.
Notes
Notes: svn path=/head/; revision=200169
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 afb15b09404a..c5edaf808ec6 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -72,7 +72,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 -lkvm -ll -ltermcap -lutil
+CRUNCH_LIBS+= -lcrypt -ledit -lkvm -ll -ltermcap -lulog -lutil
# Additional options for specific programs
CRUNCH_ALIAS_test= [