diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-03-31 17:27:14 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-03-31 17:27:14 +0000 |
| commit | ce6c8db5c624fc0b1c5e95c097f498e856d8dcbd (patch) | |
| tree | 4d15464d393cf48e0bc21693c587560c936fe242 /Makefile.libcompat | |
| parent | c0f5aeb0329d71e6b02379133c0c9c0145c9afea (diff) | |
Notes
Diffstat (limited to 'Makefile.libcompat')
| -rw-r--r-- | Makefile.libcompat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.libcompat b/Makefile.libcompat index 8060acbcc847..3ab962f0d847 100644 --- a/Makefile.libcompat +++ b/Makefile.libcompat @@ -134,7 +134,8 @@ build${libcompat}: .PHONY ln -sf ${.CURDIR}/sys ${WORLDTMP} .for _t in obj includes .for _dir in ${_LC_INCDIRS} - ${_+_}cd ${.CURDIR}/${_dir}; ${LIBCOMPATWMAKE} DIRPRFX=${_dir}/ ${_t} + ${_+_}cd ${.CURDIR}/${_dir}; ${LIBCOMPATWMAKE} MK_INCLUDES=yes \ + DIRPRFX=${_dir}/ ${_t} .endfor .endfor .for _dir in lib/ncurses/ncurses lib/ncurses/ncursesw lib/libmagic |
