aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-02-14 08:32:07 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-02-14 08:32:07 +0000
commit0af99eef9e4d3c463ece2da2342499cd5b55b8ab (patch)
treec2583c9ae8e9c3015fefef75ac0c2e5026ab3283 /Makefile.inc1
parentaf2637db52bc5520a60ae6cb276c792a5ebe8073 (diff)
downloadsrc-0af99eef9e4d3c463ece2da2342499cd5b55b8ab.tar.gz
src-0af99eef9e4d3c463ece2da2342499cd5b55b8ab.zip
- 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
Notes
Notes: svn path=/head/; revision=246784
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc11
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index bcb948734ad3..8a8f8cd31029 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 \