diff options
author | sjg <sjg@FreeBSD.org> | 2014-05-10 05:16:28 +0000 |
---|---|---|
committer | sjg <sjg@FreeBSD.org> | 2014-05-10 05:16:28 +0000 |
commit | 1a7e48acf1acf8cb3ef3ba6787cc57e18faa8479 (patch) | |
tree | 503bf5824397b13efad271bb2d58dfa84ef555ff /libexec/bootpd/tools | |
parent | d7cfa3652bc53a8e577a78b7ba9baf8bc3bbc608 (diff) | |
download | FreeBSD-src-1a7e48acf1acf8cb3ef3ba6787cc57e18faa8479.zip FreeBSD-src-1a7e48acf1acf8cb3ef3ba6787cc57e18faa8479.tar.gz |
Updated dependencies
Diffstat (limited to 'libexec/bootpd/tools')
-rw-r--r-- | libexec/bootpd/tools/bootpef/Makefile.depend | 2 | ||||
-rw-r--r-- | libexec/bootpd/tools/bootptest/Makefile.depend | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/libexec/bootpd/tools/bootpef/Makefile.depend b/libexec/bootpd/tools/bootpef/Makefile.depend index 26cf195..5269280 100644 --- a/libexec/bootpd/tools/bootpef/Makefile.depend +++ b/libexec/bootpd/tools/bootpef/Makefile.depend @@ -3,12 +3,14 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} DIRDEPS = \ + gnu/lib/csu \ gnu/lib/libgcc \ include \ include/arpa \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libc_nonshared \ lib/libcompiler_rt \ diff --git a/libexec/bootpd/tools/bootptest/Makefile.depend b/libexec/bootpd/tools/bootptest/Makefile.depend index 26cf195..5269280 100644 --- a/libexec/bootpd/tools/bootptest/Makefile.depend +++ b/libexec/bootpd/tools/bootptest/Makefile.depend @@ -3,12 +3,14 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} DIRDEPS = \ + gnu/lib/csu \ gnu/lib/libgcc \ include \ include/arpa \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libc_nonshared \ lib/libcompiler_rt \ |