diff options
author | ed <ed@FreeBSD.org> | 2009-12-05 23:23:46 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2009-12-05 23:23:46 +0000 |
commit | a59fbebfcac9d7955a4bc741520ccf240e60f015 (patch) | |
tree | 245e1cbc6bf58a445a539237fedb56e47ac6a7a0 /rescue | |
parent | 5a04e9b9a2677076f770006fa2c2f92aa85e6539 (diff) | |
download | FreeBSD-src-a59fbebfcac9d7955a4bc741520ccf240e60f015.zip FreeBSD-src-a59fbebfcac9d7955a4bc741520ccf240e60f015.tar.gz |
Unbreak rescue(8). We should also link against libulog now.
Diffstat (limited to 'rescue')
-rw-r--r-- | rescue/rescue/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index afb15b0..c5edaf8 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= [ |