From b38bd3ffca01aa63bc4fd28719bc4d261c312c78 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Fri, 4 Dec 2015 18:48:08 +0000 Subject: MFC r291026: Remove unneeded libmd from bootstrap-tools (reverting r246784). --- usr.bin/xinstall/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr.bin/xinstall') 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 -- cgit v1.1