diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2023-04-19 00:14:23 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2023-04-19 00:14:23 +0000 |
| commit | d9a42747950146bf03cda7f6e25d219253f8a57a (patch) | |
| tree | b3d4ddc8633a01c23358d90ba7ba1f1d0cc4f1ce /usr.bin/systat | |
| parent | 617a11eab6337693eae9d160453adf1943ab6a37 (diff) | |
Diffstat (limited to 'usr.bin/systat')
| -rw-r--r-- | usr.bin/systat/Makefile.depend | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/systat/Makefile.depend b/usr.bin/systat/Makefile.depend index 01628d979f33..3a50cdd77267 100644 --- a/usr.bin/systat/Makefile.depend +++ b/usr.bin/systat/Makefile.depend @@ -2,7 +2,6 @@ # Autogenerated - do NOT edit! DIRDEPS = \ - gnu/lib/csu \ include \ include/arpa \ include/xlocale \ @@ -10,10 +9,12 @@ DIRDEPS = \ lib/libc \ lib/libcompiler_rt \ lib/libdevstat \ - lib/libelf \ lib/libkvm \ + lib/libprocstat \ + lib/libutil \ lib/msun \ - lib/ncurses/ncursesw \ + lib/ncurses/ncurses \ + lib/ncurses/tinfo \ .include <dirdeps.mk> |
