summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Galbavy <peter@cvs.openbsd.org>2000-01-11 13:50:04 +0000
committerPeter Galbavy <peter@cvs.openbsd.org>2000-01-11 13:50:04 +0000
commit94294623410991d54e01f6b3044988c7c09c9616 (patch)
treedcfa6d050e5c3a7eedcf110c34184d355d264d84
parent522d032aac014cd97153e44e2cab2a449a76ddf3 (diff)
sendmail is really /usr/libexec/sendmail/sendmail now - not /usr/sbin
-rw-r--r--etc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index be005725a6d..1d73ba77fcf 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.105 2000/01/05 20:16:36 angelos Exp $
+# $OpenBSD: Makefile,v 1.106 2000/01/11 13:50:03 peter Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@@ -206,7 +206,7 @@ distribution-etc-root-var: distrib-dirs
(cd ../lib/libssl; ${MAKE} -f Makefile.bsd-wrapper distribution)
(cd ../gnu/usr.bin/lynx; ${MAKE} -f Makefile.bsd-wrapper distribution)
(cd ../usr.bin/mail; ${MAKE} distribution)
- /usr/sbin/sendmail -C${DESTDIR}/etc/sendmail.cf -bi -O AliasFile=${DESTDIR}/etc/aliases
+ /usr/libexec/sendmail/sendmail -C${DESTDIR}/etc/sendmail.cf -bi -O AliasFile=${DESTDIR}/etc/aliases
${INSTALL} -c -o root -g wheel -m 600 root/root.mail \
${DESTDIR}/var/mail/root