svn commit: r200169 - head/rescue/rescue

Ed Schouten ed at FreeBSD.org
Sat Dec 5 23:23:46 UTC 2009


Author: ed
Date: Sat Dec  5 23:23:46 2009
New Revision: 200169
URL: http://svn.freebsd.org/changeset/base/200169

Log:
  Unbreak rescue(8). We should also link against libulog now.

Modified:
  head/rescue/rescue/Makefile

Modified: head/rescue/rescue/Makefile
==============================================================================
--- head/rescue/rescue/Makefile	Sat Dec  5 21:50:06 2009	(r200168)
+++ head/rescue/rescue/Makefile	Sat Dec  5 23:23:46 2009	(r200169)
@@ -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= [


More information about the svn-src-all mailing list