aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1993-07-20 18:20:56 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1993-07-20 18:20:56 +0000
commit05b5f220a8fa26df3cbbeeba445b3196f18afe8e (patch)
tree543ddc2380d05c5aa26db98dd2cbadf6a53bae2e /etc
parent242029ec9ef3ebf093931d037bf29ec87db6ed67 (diff)
downloadsrc-05b5f220a8fa26df3cbbeeba445b3196f18afe8e.tar.gz
src-05b5f220a8fa26df3cbbeeba445b3196f18afe8e.zip
Fixed installation of sendmail. cd'ed to wrong directory. Now works
correctly.
Notes
Notes: svn path=/head/; revision=169
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index fc6866c860ac..16e1a0d6f7b5 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -93,7 +93,7 @@ distribution: distrib-dirs
cd /usr/mdec; find . | cpio -pdalmuv ${DESTDIR}/usr/mdec)
(cd ..; make install)
(cd ../include; make copies)
- (cd ../usr.sbin/sendmail; make install)
+ (cd ../usr.sbin/sendmail/src; make install)
.endif
hcx9-distribution: