diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2019-12-11 17:37:53 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2019-12-11 17:37:53 +0000 |
commit | 2c9a9dfc187d171de6b92654d71b977f067ed641 (patch) | |
tree | d420ca89d21db06d3978eb2305008aa951781bf3 /cddl | |
parent | 5ab1c5846ff41be24b1f6beb0317bf8258cd4409 (diff) | |
download | src-2c9a9dfc187d171de6b92654d71b977f067ed641.tar.gz src-2c9a9dfc187d171de6b92654d71b977f067ed641.zip |
Update Makefile.depend files
Update a bunch of Makefile.depend files as
a result of adding Makefile.depend.options files
Reviewed by: bdrewery
MFC after: 1 week
Sponsored by: Juniper Networks
Differential Revision: https://reviews.freebsd.org/D22494
Notes
Notes:
svn path=/head/; revision=355617
Diffstat (limited to 'cddl')
-rw-r--r-- | cddl/lib/libavl/Makefile.depend | 1 | ||||
-rw-r--r-- | cddl/lib/libctf/Makefile.depend | 1 | ||||
-rw-r--r-- | cddl/lib/libnvpair/Makefile.depend | 1 | ||||
-rw-r--r-- | cddl/lib/libumem/Makefile.depend | 1 | ||||
-rw-r--r-- | cddl/lib/libuutil/Makefile.depend | 1 | ||||
-rw-r--r-- | cddl/lib/libzfs/Makefile.depend | 1 | ||||
-rw-r--r-- | cddl/lib/libzfs_core/Makefile.depend | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/cddl/lib/libavl/Makefile.depend b/cddl/lib/libavl/Makefile.depend index cae7e645ef6a..1c1a9bee1d67 100644 --- a/cddl/lib/libavl/Makefile.depend +++ b/cddl/lib/libavl/Makefile.depend @@ -2,7 +2,6 @@ # Autogenerated - do NOT edit! DIRDEPS = \ - gnu/lib/csu \ include \ lib/${CSU_DIR} \ lib/libc \ diff --git a/cddl/lib/libctf/Makefile.depend b/cddl/lib/libctf/Makefile.depend index ceebc6a83a34..ec3b871042c4 100644 --- a/cddl/lib/libctf/Makefile.depend +++ b/cddl/lib/libctf/Makefile.depend @@ -2,7 +2,6 @@ # Autogenerated - do NOT edit! DIRDEPS = \ - gnu/lib/csu \ include \ include/xlocale \ lib/${CSU_DIR} \ diff --git a/cddl/lib/libnvpair/Makefile.depend b/cddl/lib/libnvpair/Makefile.depend index 905e67cc66c9..5f1a802404d8 100644 --- a/cddl/lib/libnvpair/Makefile.depend +++ b/cddl/lib/libnvpair/Makefile.depend @@ -2,7 +2,6 @@ # Autogenerated - do NOT edit! DIRDEPS = \ - gnu/lib/csu \ include \ include/xlocale \ lib/${CSU_DIR} \ diff --git a/cddl/lib/libumem/Makefile.depend b/cddl/lib/libumem/Makefile.depend index cae7e645ef6a..1c1a9bee1d67 100644 --- a/cddl/lib/libumem/Makefile.depend +++ b/cddl/lib/libumem/Makefile.depend @@ -2,7 +2,6 @@ # Autogenerated - do NOT edit! DIRDEPS = \ - gnu/lib/csu \ include \ lib/${CSU_DIR} \ lib/libc \ diff --git a/cddl/lib/libuutil/Makefile.depend b/cddl/lib/libuutil/Makefile.depend index 6cfaab1c3644..8d409f5263ac 100644 --- a/cddl/lib/libuutil/Makefile.depend +++ b/cddl/lib/libuutil/Makefile.depend @@ -2,7 +2,6 @@ # Autogenerated - do NOT edit! DIRDEPS = \ - gnu/lib/csu \ include \ include/xlocale \ lib/${CSU_DIR} \ diff --git a/cddl/lib/libzfs/Makefile.depend b/cddl/lib/libzfs/Makefile.depend index c595a33ac32a..54a7c43b42aa 100644 --- a/cddl/lib/libzfs/Makefile.depend +++ b/cddl/lib/libzfs/Makefile.depend @@ -7,7 +7,6 @@ DIRDEPS = \ cddl/lib/libumem \ cddl/lib/libuutil \ cddl/lib/libzfs_core \ - gnu/lib/csu \ include \ include/xlocale \ lib/${CSU_DIR} \ diff --git a/cddl/lib/libzfs_core/Makefile.depend b/cddl/lib/libzfs_core/Makefile.depend index 29182b722f62..26e3937b68fd 100644 --- a/cddl/lib/libzfs_core/Makefile.depend +++ b/cddl/lib/libzfs_core/Makefile.depend @@ -3,7 +3,6 @@ DIRDEPS = \ cddl/lib/libnvpair \ - gnu/lib/csu \ include \ include/xlocale \ lib/${CSU_DIR} \ |