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/fstat | |
parent | 617a11eab6337693eae9d160453adf1943ab6a37 (diff) | |
download | src-d9a42747950146bf03cda7f6e25d219253f8a57a.tar.gz src-d9a42747950146bf03cda7f6e25d219253f8a57a.zip |
Update/fix Makefile.depend for userland
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r-- | usr.bin/fstat/Makefile.depend | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/fstat/Makefile.depend b/usr.bin/fstat/Makefile.depend index 15bf667a0adc..46cbb4ee538a 100644 --- a/usr.bin/fstat/Makefile.depend +++ b/usr.bin/fstat/Makefile.depend @@ -2,16 +2,13 @@ # Autogenerated - do NOT edit! DIRDEPS = \ - gnu/lib/csu \ include \ + include/arpa \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ - lib/libelf \ - lib/libkvm \ lib/libprocstat \ - lib/libutil \ .include <dirdeps.mk> |