Fixed install of ${FREEBSD}, forgot to do a install -c so it removed the
authorRod Grimes <rgrimes@FreeBSD.org>
Mon, 9 Aug 1993 17:29:20 +0000 (17:29 +0000)
committerRod Grimes <rgrimes@FreeBSD.org>
Mon, 9 Aug 1993 17:29:20 +0000 (17:29 +0000)
files from src on the install of them!

etc/Makefile

index d087399..0193abe 100644 (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 ../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
 
        (cd ..; make install)
 .endif