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/tail | |
parent | 617a11eab6337693eae9d160453adf1943ab6a37 (diff) | |
download | src-d9a42747950146bf03cda7f6e25d219253f8a57a.tar.gz src-d9a42747950146bf03cda7f6e25d219253f8a57a.zip |
Diffstat (limited to 'usr.bin/tail')
-rw-r--r-- | usr.bin/tail/Makefile.depend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tail/Makefile.depend b/usr.bin/tail/Makefile.depend index 24258c3b8ba6..8cdbcafad307 100644 --- a/usr.bin/tail/Makefile.depend +++ b/usr.bin/tail/Makefile.depend @@ -8,7 +8,7 @@ DIRDEPS = \ lib/libc \ lib/libcapsicum \ lib/libcompiler_rt \ - lib/libnv \ + lib/libutil \ .include <dirdeps.mk> |