Add obj/ in front of freefall.cf so that the install works.
authorRod Grimes <rgrimes@FreeBSD.org>
Wed, 9 Feb 1994 03:40:59 +0000 (03:40 +0000)
committerRod Grimes <rgrimes@FreeBSD.org>
Wed, 9 Feb 1994 03:40:59 +0000 (03:40 +0000)
etc/Makefile

index da94d05..dee55dd 100644 (file)
@@ -159,7 +159,7 @@ distribution: distrib-dirs
         cd ../cf/cf; \
            ${MAKE} obj; \
            ${MAKE} freefall.cf; \
         cd ../cf/cf; \
            ${MAKE} obj; \
            ${MAKE} freefall.cf; \
-           install -o root -g wheel -m 644 freefall.cf \
+           install -o root -g wheel -m 644 obj/freefall.cf \
                ${DESTDIR}/etc/sendmail.cf)
        (cd ../; \
            install -c -o root -g wheel -m 444 ${FREEBSD} ${DESTDIR}/)
                ${DESTDIR}/etc/sendmail.cf)
        (cd ../; \
            install -c -o root -g wheel -m 444 ${FREEBSD} ${DESTDIR}/)