Add obj/ in front of freefall.cf so that the install works.

This commit is contained in:
rgrimes 1994-02-09 03:40:59 +00:00
parent 30e3f6b4a0
commit 33f01e3bce

View File

@ -159,7 +159,7 @@ distribution: distrib-dirs
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}/)