diff options
author | sjg <sjg@FreeBSD.org> | 2012-11-08 21:24:17 +0000 |
---|---|---|
committer | sjg <sjg@FreeBSD.org> | 2012-11-08 21:24:17 +0000 |
commit | 9f7bd28e773edf781d7238fca67fbe5ea4648afb (patch) | |
tree | b5c84f0fffb4afc526cfc112218fc0eb81a3021a /lib/ncurses | |
parent | 2d51125fa2eccce80ca698ac6d53f35a6c5cb940 (diff) | |
download | FreeBSD-src-9f7bd28e773edf781d7238fca67fbe5ea4648afb.zip FreeBSD-src-9f7bd28e773edf781d7238fca67fbe5ea4648afb.tar.gz |
Updated/new Makefile.depend
Diffstat (limited to 'lib/ncurses')
-rw-r--r-- | lib/ncurses/form/Makefile.depend | 3 | ||||
-rw-r--r-- | lib/ncurses/formw/Makefile.depend | 3 | ||||
-rw-r--r-- | lib/ncurses/menu/Makefile.depend | 3 | ||||
-rw-r--r-- | lib/ncurses/menuw/Makefile.depend | 3 | ||||
-rw-r--r-- | lib/ncurses/ncurses/Makefile.depend | 3 | ||||
-rw-r--r-- | lib/ncurses/ncursesw/Makefile.depend | 3 | ||||
-rw-r--r-- | lib/ncurses/panel/Makefile.depend | 3 | ||||
-rw-r--r-- | lib/ncurses/panelw/Makefile.depend | 3 |
8 files changed, 24 insertions, 0 deletions
diff --git a/lib/ncurses/form/Makefile.depend b/lib/ncurses/form/Makefile.depend index 2ca7d7a..c385fd1 100644 --- a/lib/ncurses/form/Makefile.depend +++ b/lib/ncurses/form/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 \ diff --git a/lib/ncurses/formw/Makefile.depend b/lib/ncurses/formw/Makefile.depend index f21c8a2..2b7d644 100644 --- a/lib/ncurses/formw/Makefile.depend +++ b/lib/ncurses/formw/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/ncursesw \ diff --git a/lib/ncurses/menu/Makefile.depend b/lib/ncurses/menu/Makefile.depend index b4dee6d..3659b8c 100644 --- a/lib/ncurses/menu/Makefile.depend +++ b/lib/ncurses/menu/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 \ diff --git a/lib/ncurses/menuw/Makefile.depend b/lib/ncurses/menuw/Makefile.depend index 023241d..95d37f9 100644 --- a/lib/ncurses/menuw/Makefile.depend +++ b/lib/ncurses/menuw/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/ncursesw \ diff --git a/lib/ncurses/ncurses/Makefile.depend b/lib/ncurses/ncurses/Makefile.depend index 6cc2521..ea66f00 100644 --- a/lib/ncurses/ncurses/Makefile.depend +++ b/lib/ncurses/ncurses/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 \ .include <dirdeps.mk> diff --git a/lib/ncurses/ncursesw/Makefile.depend b/lib/ncurses/ncursesw/Makefile.depend index 55371bd..8a0d422 100644 --- a/lib/ncurses/ncursesw/Makefile.depend +++ b/lib/ncurses/ncursesw/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 \ .include <dirdeps.mk> diff --git a/lib/ncurses/panel/Makefile.depend b/lib/ncurses/panel/Makefile.depend index 3f1939e..16a470d 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 \ diff --git a/lib/ncurses/panelw/Makefile.depend b/lib/ncurses/panelw/Makefile.depend index 18cd49b..58c3407 100644 --- a/lib/ncurses/panelw/Makefile.depend +++ b/lib/ncurses/panelw/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/ncursesw \ |