Add obj/ in front of freefall.cf so that the install works.
This commit is contained in:
parent
30e3f6b4a0
commit
33f01e3bce
@ -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}/)
|
||||
|
Loading…
Reference in New Issue
Block a user