diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 1999-08-02 19:50:10 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 1999-08-02 19:50:10 +0000 |
commit | 972d977ef40ab648164da49544fd90fefe7ca7c3 (patch) | |
tree | c4667638d78f48c8d4c4d66306650a079f802534 /usr.sbin/Makefile | |
parent | 84f9c8437b772e922966b088d1f917e491a7a7b5 (diff) |
Integration of mailwrapper (from NetBSD)
"The mailwrapper program is designed to replace /usr/sbin/sendmail and to
invoke an appropriate MTA instead of sendmail(8) based on configuration
information placed in /etc/mailer.conf. This permits the administrator to
configure which MTA is to be invoked on the system at run time."
OK deraadt, millert
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 87c21a132e0..c36e6f992b5 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.41 1999/02/26 17:52:09 jason Exp $ +# $OpenBSD: Makefile,v 1.42 1999/08/02 19:50:06 jakob Exp $ # not yet done: catman @@ -7,8 +7,8 @@ SUBDIR= ac accton adduser amd arp bootpd bootpgw bootpef bootptest brconfig \ chown chroot config cron ctm dev_mkdb dhcp \ edquota gspa httpd inetd iostat \ - ipftest ipmon ipsend kgmon \ - kvm_mkdb lpr map-mbone mrinfo mopd mrouted mtrace mtree named \ + ipftest ipmon ipsend kgmon kvm_mkdb lpr \ + mailwrapper map-mbone mrinfo mopd mrouted mtrace mtree named \ netgroup_mkdb pkg_install portmap ppp pppd pstat pwd_mkdb \ quot quotaon rarpd rbootd rdconfig rdate repquota rmt \ rpc.bootparamd rpc.lockd rpc.pcnfsd rwhod \ |