diff --git a/bin/ps/Makefile.depend b/bin/ps/Makefile.depend index aeeba62a38d1..15f0d5ca8f92 100644 --- a/bin/ps/Makefile.depend +++ b/bin/ps/Makefile.depend @@ -11,6 +11,7 @@ DIRDEPS = \ lib/libcompiler_rt \ lib/libjail \ lib/libkvm \ + lib/libutil \ lib/libxo \ lib/msun \ diff --git a/lib/libc/Makefile.depend b/lib/libc/Makefile.depend index 05b44c8aa622..02168e8f06d1 100644 --- a/lib/libc/Makefile.depend +++ b/lib/libc/Makefile.depend @@ -126,6 +126,9 @@ jemalloc_mb.po: jemalloc_mb.c jemalloc_mutex.So: jemalloc_mutex.c jemalloc_mutex.o: jemalloc_mutex.c jemalloc_mutex.po: jemalloc_mutex.c +jemalloc_pages.So: jemalloc_pages.c +jemalloc_pages.o: jemalloc_pages.c +jemalloc_pages.po: jemalloc_pages.c jemalloc_prof.So: jemalloc_prof.c jemalloc_prof.o: jemalloc_prof.c jemalloc_prof.po: jemalloc_prof.c diff --git a/lib/libsm/Makefile.depend b/lib/libsm/Makefile.depend index 2b8cf93c5636..5d2e4c0b2826 100644 --- a/lib/libsm/Makefile.depend +++ b/lib/libsm/Makefile.depend @@ -83,8 +83,6 @@ mpeix.o: sm_os.h mpeix.po: sm_os.h niprop.o: sm_os.h niprop.po: sm_os.h -path.o: sm_os.h -path.po: sm_os.h put.o: sm_os.h put.po: sm_os.h refill.o: sm_os.h diff --git a/lib/libxo/Makefile.depend b/lib/libxo/Makefile.depend index dde2d604a47c..e2942710d8e3 100644 --- a/lib/libxo/Makefile.depend +++ b/lib/libxo/Makefile.depend @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libutil \ usr.bin/xinstall.host \ diff --git a/sbin/ipf/ipftest/Makefile.depend b/sbin/ipf/ipftest/Makefile.depend index 61678286b1c5..a62aee2bb532 100644 --- a/sbin/ipf/ipftest/Makefile.depend +++ b/sbin/ipf/ipftest/Makefile.depend @@ -25,8 +25,10 @@ ipf_l.o: ipf_y.h ipf_l.po: ipf_l.c ipf_l.po: ipf_l.h ipf_l.po: ipf_y.h +ipf_y.o: ipf.tab.c ipf_y.o: ipf_l.h ipf_y.o: ipf_y.c +ipf_y.po: ipf.tab.c ipf_y.po: ipf_l.h ipf_y.po: ipf_y.c ipnat_l.o: ipnat_l.c @@ -35,8 +37,10 @@ ipnat_l.o: ipnat_y.h ipnat_l.po: ipnat_l.c ipnat_l.po: ipnat_l.h ipnat_l.po: ipnat_y.h +ipnat_y.o: ipnat.tab.c ipnat_y.o: ipnat_l.h ipnat_y.o: ipnat_y.c +ipnat_y.po: ipnat.tab.c ipnat_y.po: ipnat_l.h ipnat_y.po: ipnat_y.c ippool_l.o: ippool_l.c @@ -45,8 +49,10 @@ ippool_l.o: ippool_y.h ippool_l.po: ippool_l.c ippool_l.po: ippool_l.h ippool_l.po: ippool_y.h +ippool_y.o: ippool.tab.c ippool_y.o: ippool_l.h ippool_y.o: ippool_y.c +ippool_y.po: ippool.tab.c ippool_y.po: ippool_l.h ippool_y.po: ippool_y.c .endif diff --git a/sbin/savecore/Makefile.depend b/sbin/savecore/Makefile.depend index 952944dc4b9c..2d56689cfaed 100644 --- a/sbin/savecore/Makefile.depend +++ b/sbin/savecore/Makefile.depend @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libutil \ lib/libxo \ lib/libz \ diff --git a/usr.bin/netstat/Makefile.depend b/usr.bin/netstat/Makefile.depend index fb0bf8cbc34a..76ce70824fea 100644 --- a/usr.bin/netstat/Makefile.depend +++ b/usr.bin/netstat/Makefile.depend @@ -21,4 +21,14 @@ DIRDEPS = \ .if ${DEP_RELDIR} == ${_DEP_RELDIR} # local dependencies - needed for -jN in clean tree +main.o: nl_defs.h +main.po: nl_defs.h +mroute.o: nl_defs.h +mroute.po: nl_defs.h +netisr.o: nl_defs.h +netisr.po: nl_defs.h +nl_symbols.o: nl_symbols.c +nl_symbols.po: nl_symbols.c +route.o: nl_defs.h +route.po: nl_defs.h .endif diff --git a/usr.bin/procstat/Makefile.depend b/usr.bin/procstat/Makefile.depend index 588a39431ddc..5260cce40b48 100644 --- a/usr.bin/procstat/Makefile.depend +++ b/usr.bin/procstat/Makefile.depend @@ -13,7 +13,9 @@ DIRDEPS = \ lib/libelf \ lib/libkvm \ lib/libprocstat \ + lib/libsbuf \ lib/libutil \ + lib/libxo \ .include diff --git a/usr.bin/wc/Makefile.depend b/usr.bin/wc/Makefile.depend index 9b71a677693f..137678c21e46 100644 --- a/usr.bin/wc/Makefile.depend +++ b/usr.bin/wc/Makefile.depend @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libutil \ lib/libxo \ diff --git a/usr.sbin/yppoll/Makefile.depend b/usr.sbin/yppoll/Makefile.depend index ddd5dbd24c8d..c0b7a1462fde 100644 --- a/usr.sbin/yppoll/Makefile.depend +++ b/usr.sbin/yppoll/Makefile.depend @@ -5,6 +5,7 @@ DIRDEPS = \ gnu/lib/csu \ gnu/lib/libgcc \ include \ + include/arpa \ include/rpc \ include/rpcsvc \ include/xlocale \