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

This commit is contained in:
Rodney W. Grimes 1994-02-09 03:40:59 +00:00
parent 825079654d
commit f877ce1e56
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1133

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}/)