From 05b5f220a8fa26df3cbbeeba445b3196f18afe8e Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Tue, 20 Jul 1993 18:20:56 +0000 Subject: [PATCH] Fixed installation of sendmail. cd'ed to wrong directory. Now works correctly. --- etc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: