summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-01-21 16:56:27 +0000
committered <ed@FreeBSD.org>2010-01-21 16:56:27 +0000
commitf79d0f71d84e1129afe418139af4233669d52f17 (patch)
treef5330bd43d61b4b18829d147a4eafb6f358c5c03 /rescue
parent6fab5fc9b390d07339af3a397be577076f4b7098 (diff)
downloadFreeBSD-src-f79d0f71d84e1129afe418139af4233669d52f17.zip
FreeBSD-src-f79d0f71d84e1129afe418139af4233669d52f17.tar.gz
Remove libulog from the bootstrap again.
libulog now only provides functions that are used by various packages from the ports tree, namely the libutempter ones. There is no reason to link it into the crunch/fixit binaries anymore.
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 c5edaf8..afb15b0 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 -lulog -lutil
+CRUNCH_LIBS+= -lcrypt -ledit -lkvm -ll -ltermcap -lutil
# Additional options for specific programs
CRUNCH_ALIAS_test= [
OpenPOWER on IntegriCloud