diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-11-24 04:19:55 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-11-24 04:19:55 +0000 |
commit | 7f4494e3bff2bd744f653c0506896eab083f5a6c (patch) | |
tree | 5288031e4478e68e1f3e079ba5aadba5318b3527 /bin/rmail | |
parent | a103a63c90b032c86074552a24a369ec81689c7c (diff) | |
download | FreeBSD-src-7f4494e3bff2bd744f653c0506896eab083f5a6c.zip FreeBSD-src-7f4494e3bff2bd744f653c0506896eab083f5a6c.tar.gz |
Remove unneeded libutil dependency for sendmail.
It included libutil.h for setproctitle(3), which was moved from libutil to libc
in r65353 in 2000.
Reviewed by: gshapiro [sendmail change]
Sponsored by: EMC / Isilon Storage Division
Differential Revision: https://reviews.freebsd.org/D4261
Diffstat (limited to 'bin/rmail')
-rw-r--r-- | bin/rmail/Makefile.depend | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/rmail/Makefile.depend b/bin/rmail/Makefile.depend index 377032c..de5f45e 100644 --- a/bin/rmail/Makefile.depend +++ b/bin/rmail/Makefile.depend @@ -10,7 +10,6 @@ DIRDEPS = \ lib/libc \ lib/libcompiler_rt \ lib/libsm \ - lib/libutil \ .include <dirdeps.mk> |