diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-06 18:26:06 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-06 18:26:06 +0000 |
commit | d99aa4da2240fb5c4d631586b65f27055989750f (patch) | |
tree | b6561f7d42c366c28062c9fd2177b742b54c37a3 /gnu/usr.sbin | |
parent | e27b6ef12baec377426c77cac291064cb8356b96 (diff) |
Enable sendmail 8.10.0. Things like sendmail.* and aliases now live
in /etc/mail.
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r-- | gnu/usr.sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/Makefile b/gnu/usr.sbin/Makefile index 1de0097522b..6191ea7b1c1 100644 --- a/gnu/usr.sbin/Makefile +++ b/gnu/usr.sbin/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.4 1998/07/07 18:36:45 art Exp $ +# $OpenBSD: Makefile,v 1.5 2000/04/06 18:26:03 millert Exp $ -SUBDIR+= mkisofs +SUBDIR+= mkisofs sendmail .include <bsd.subdir.mk> |