diff options
author | Renato Botelho <renato@netgate.com> | 2015-12-10 19:14:52 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-12-10 19:14:52 -0200 |
commit | 1b7c02947f339bceaede5ea0a8aa91cb00b44eb3 (patch) | |
tree | 1b63556098d1fa07fee7eb4600e0cf9441a6dee4 | |
parent | 8a2be6a13e4024dbb3e48e141824a37a856f4709 (diff) | |
download | FreeBSD-src-1b7c02947f339bceaede5ea0a8aa91cb00b44eb3.zip FreeBSD-src-1b7c02947f339bceaede5ea0a8aa91cb00b44eb3.tar.gz |
Partially revert e400455deb0c5717b85fd4747795cd7749fbd953
Remove libmd from bootstrap_tools as done in r291026
TAG: IPSEC-HEAD
Issue: #4841
-rw-r--r-- | Makefile.inc1 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index f9bc84c..83c682d 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1347,9 +1347,6 @@ ${_bt}-gnu/usr.bin/texinfo/install-info: ${_bt}-gnu/usr.bin/texinfo/libtxi ${_bt}-gnu/usr.bin/texinfo/makeinfo: ${_bt}-gnu/usr.bin/texinfo/libtxi .endif -# Rebuild up-to-date libmd for xinstall -${_bt}-usr.bin/xinstall: ${_bt}-lib/libmd - bootstrap-tools: .PHONY # Please document (add comment) why something is in 'bootstrap-tools'. |