From af9a6b59013c48aa503513ce55d93fe84817996a Mon Sep 17 00:00:00 2001 From: hrs Date: Thu, 14 Feb 2013 08:32:07 +0000 Subject: - Fix libmd dependency. It is needed in the bootstrap library list because usr.bin/xinstall depends on it. - Remove libutil from usr.bin/xinstall/Makefile. No symbol was actually used. Reviewed by: brooks --- Makefile.inc1 | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index bcb9487..8a8f8cd 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1207,6 +1207,7 @@ bootstrap-tools: ${_sed} \ ${_yacc} \ ${_lex} \ + lib/libmd \ usr.bin/xinstall \ ${_gensnmptree} \ usr.sbin/config \ -- cgit v1.1