aboutsummaryrefslogtreecommitdiff
path: root/Makefile.libcompat
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-01-07 14:14:52 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-01-07 14:14:52 +0000
commit8537f16249c4ed8e575386472d624dbd423cf093 (patch)
tree7c8884d09857b583d333402a02a4a3a2a3c858fe /Makefile.libcompat
parentd146f831801f226802e3e1d55bec2cfbea9dc577 (diff)
downloadsrc-8537f16249c4ed8e575386472d624dbd423cf093.tar.gz
src-8537f16249c4ed8e575386472d624dbd423cf093.zip
libcompat: remove redundant path for ncurses
Reported by: kevans
Diffstat (limited to 'Makefile.libcompat')
-rw-r--r--Makefile.libcompat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.libcompat b/Makefile.libcompat
index ec4402586558..e4d9cd94e835 100644
--- a/Makefile.libcompat
+++ b/Makefile.libcompat
@@ -94,7 +94,7 @@ build${libcompat}: .PHONY
DIRPRFX=${_dir}/ ${_t}
.endfor
.endfor
-.for _dir in lib/ncurses/ncurses lib/ncurses/ncurses ${_libmagic} ${_jevents}
+.for _dir in lib/ncurses/ncurses ${_libmagic} ${_jevents}
.for _t in ${_obj} build-tools
${_+_}cd ${.CURDIR}/${_dir}; \
WORLDTMP=${WORLDTMP} \