summaryrefslogtreecommitdiffstats
path: root/usr.bin/xinstall
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-12-04 18:48:08 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-12-04 18:48:08 +0000
commitb38bd3ffca01aa63bc4fd28719bc4d261c312c78 (patch)
tree99807ee487b9cd08d945f8573489ed92fd08f57b /usr.bin/xinstall
parentf8de6f8358940b36be0cc816b47b5b393eef0fd8 (diff)
downloadFreeBSD-src-b38bd3ffca01aa63bc4fd28719bc4d261c312c78.zip
FreeBSD-src-b38bd3ffca01aa63bc4fd28719bc4d261c312c78.tar.gz
MFC r291026:
Remove unneeded libmd from bootstrap-tools (reverting r246784).
Diffstat (limited to 'usr.bin/xinstall')
-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 773dd4e..c505842 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
DPADD+= ${LIBMD}
LDADD+= -lmd
OpenPOWER on IntegriCloud