diff options
author | bapt <bapt@FreeBSD.org> | 2015-06-15 10:56:01 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-06-15 10:56:01 +0000 |
commit | 35a6f0a11cfe0d26a30bdbedec91a5d1f245d073 (patch) | |
tree | 38be19927629e894dac83d7490eda1567d530cb9 /usr.sbin/bsdinstall | |
parent | 03d84058c3a2a1f69cd43d180104c0cee5dc3920 (diff) | |
parent | 1f7642cc6f9e7a88f2e1524cbafc9b64fcff56f8 (diff) | |
download | FreeBSD-src-35a6f0a11cfe0d26a30bdbedec91a5d1f245d073.zip FreeBSD-src-35a6f0a11cfe0d26a30bdbedec91a5d1f245d073.tar.gz |
Merge from head
Diffstat (limited to 'usr.sbin/bsdinstall')
-rw-r--r-- | usr.sbin/bsdinstall/Makefile.depend | 15 | ||||
-rw-r--r-- | usr.sbin/bsdinstall/distextract/Makefile.depend | 31 | ||||
-rw-r--r-- | usr.sbin/bsdinstall/distfetch/Makefile.depend | 24 | ||||
-rw-r--r-- | usr.sbin/bsdinstall/partedit/Makefile.depend | 25 | ||||
-rw-r--r-- | usr.sbin/bsdinstall/scripts/Makefile.depend | 11 |
5 files changed, 106 insertions, 0 deletions
diff --git a/usr.sbin/bsdinstall/Makefile.depend b/usr.sbin/bsdinstall/Makefile.depend new file mode 100644 index 0000000..3af2d7f --- /dev/null +++ b/usr.sbin/bsdinstall/Makefile.depend @@ -0,0 +1,15 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/usr.sbin/bsdinstall/distextract/Makefile.depend b/usr.sbin/bsdinstall/distextract/Makefile.depend new file mode 100644 index 0000000..d7411cc --- /dev/null +++ b/usr.sbin/bsdinstall/distextract/Makefile.depend @@ -0,0 +1,31 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libdialog \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libarchive \ + lib/libbz2 \ + lib/libc \ + lib/libcompiler_rt \ + lib/libdpv \ + lib/libexpat \ + lib/libfigpar \ + lib/liblzma \ + lib/libthr \ + lib/libutil \ + lib/libz \ + lib/msun \ + lib/ncurses/ncursesw \ + secure/lib/libcrypto \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/usr.sbin/bsdinstall/distfetch/Makefile.depend b/usr.sbin/bsdinstall/distfetch/Makefile.depend new file mode 100644 index 0000000..5dca986 --- /dev/null +++ b/usr.sbin/bsdinstall/distfetch/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libdialog \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/libfetch \ + lib/msun \ + lib/ncurses/ncursesw \ + secure/lib/libcrypto \ + secure/lib/libssl \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/usr.sbin/bsdinstall/partedit/Makefile.depend b/usr.sbin/bsdinstall/partedit/Makefile.depend new file mode 100644 index 0000000..c0a768d --- /dev/null +++ b/usr.sbin/bsdinstall/partedit/Makefile.depend @@ -0,0 +1,25 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libdialog \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/libexpat \ + lib/libgeom \ + lib/libsbuf \ + lib/libutil \ + lib/msun \ + lib/ncurses/ncursesw \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/usr.sbin/bsdinstall/scripts/Makefile.depend b/usr.sbin/bsdinstall/scripts/Makefile.depend new file mode 100644 index 0000000..f80275d --- /dev/null +++ b/usr.sbin/bsdinstall/scripts/Makefile.depend @@ -0,0 +1,11 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif |