1
0
mirror of https://git.FreeBSD.org/src.git synced 2026-06-02 11:24:32 +00:00

Fixed installation of sendmail. cd'ed to wrong directory. Now works

correctly.
This commit is contained in:
Rodney W. Grimes
1993-07-20 18:20:56 +00:00
parent 242029ec9e
commit 05b5f220a8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169
+1 -1
View File
@@ -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: