summaryrefslogtreecommitdiffstats
path: root/usr.bin/xinstall/Makefile
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-11-18 21:37:46 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-11-18 21:37:46 +0000
commitc372459ab7e169df7357365b8580caf0e2ab7356 (patch)
tree644588602962371bb16c989530d000d56d254153 /usr.bin/xinstall/Makefile
parentcf0d26dcd6f3ae0595b32f615c52e365a58478c0 (diff)
downloadFreeBSD-src-c372459ab7e169df7357365b8580caf0e2ab7356.zip
FreeBSD-src-c372459ab7e169df7357365b8580caf0e2ab7356.tar.gz
Remove unneeded libmd from bootstrap-tools (reverting r246784).
The bootstrap-tools are supposed to be host tools, which in most cases, use host headers and libraries. As such, directly including the src tree's headers for libmd here causes the need to link libmd in since it will be built with the new symbols (which /usr/lib/libmd.so) won't have unless it is new enough. During the target build in buildworld the target headers are staged into WORLDTMP and used via --sysroot, allowing the target xinstall to be built with the new/target libmd. The .PATH here was also not doing anything since xinstall does not use libmd source files. Sponsored by: EMC / Isilon Storage Division MFC after: 2 weeks
Diffstat (limited to 'usr.bin/xinstall/Makefile')
-rw-r--r--usr.bin/xinstall/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile
index 1d39273..c1056b5 100644
--- a/usr.bin/xinstall/Makefile
+++ b/usr.bin/xinstall/Makefile
@@ -7,10 +7,8 @@ SRCS= xinstall.c getid.c
MAN= install.1
.PATH: ${.CURDIR}/../../contrib/mtree
-.PATH: ${.CURDIR}/../../lib/libmd
CFLAGS+= -I${.CURDIR}/../../contrib/mtree
CFLAGS+= -I${.CURDIR}/../../lib/libnetbsd
-CFLAGS+= -I${.CURDIR}/../../lib/libmd
LIBADD= md
OpenPOWER on IntegriCloud