summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.inc11
-rw-r--r--usr.bin/xinstall/Makefile2
2 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 8d6e86a..9d72824 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1370,7 +1370,6 @@ bootstrap-tools: .PHONY
${_yacc} \
${_m4} \
${_lex} \
- lib/libmd \
usr.bin/xinstall \
${_gensnmptree} \
usr.sbin/config \
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