From d0ab3e3cee8ef209979e3052eebc8d489c1e6f3b Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 29 Dec 1999 18:44:06 +0000 Subject: Add mailwrapper. It redirects to sendmail by default, but you can point /usr/sbin/sendmail to any mailer of your choice with the /etc/mail/mailer.conf config file. --- usr.sbin/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index c0bb838..220b989 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -39,6 +39,7 @@ SUBDIR= IPXrouted \ kernbb \ keyserv \ lpr \ + mailwrapper \ manctl \ memcontrol \ mergemaster \ -- cgit v1.1