diff options
Diffstat (limited to 'lib/ncurses/panel')
-rw-r--r-- | lib/ncurses/panel/Makefile.depend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ncurses/panel/Makefile.depend b/lib/ncurses/panel/Makefile.depend index 3f1939ef3494..16a470db5308 100644 --- a/lib/ncurses/panel/Makefile.depend +++ b/lib/ncurses/panel/Makefile.depend @@ -5,8 +5,11 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} DEP_MACHINE := ${.PARSEFILE:E} DIRDEPS = \ + gnu/lib/libgcc \ include \ include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ lib/ncurses/ncurses \ |