Fixed install of ${FREEBSD}, forgot to do a install -c so it removed the

files from src on the install of them!
This commit is contained in:
Rodney W. Grimes 1993-08-09 17:29:20 +00:00
parent f9b4e35433
commit 35a3a8d75c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264

View File

@ -100,7 +100,7 @@ distribution: distrib-dirs
cd ../cf/cf; make tcpproto.cf; \
install -o root -g wheel -m 644 tcpproto.cf \
${DESTDIR}/etc/sendmail.cf)
(cd ../; install -o root -g wheel -m 444 ${FREEBSD} ${DESTDIR}/)
(cd ../; install -c -o root -g wheel -m 444 ${FREEBSD} ${DESTDIR}/)
(cd ..; make install)
.endif