[sanipp]
cd /usr/src/etc/sendmail; make obj
/usr/obj/nrelease/usr/src/etc/sendmail created for /usr/src/etc/sendmail
cd /usr/src/etc/sendmail; make distribution
install -o root -g wheel -m 444 /usr/src/etc/sendmail/dragonfly.mc dragonfly.cf /usr/release/root/etc/mail
install: dragonfly.cf: No such file or directory
*** Error code 71

Does nrelease make a different obj than the buildworld used? That appears to be the case since the obj didn't exist either and I assume
that building a release does a buildworld first.  A buildworld does
do a 'make obj' and 'make' in /usr/src/etc/sendmail/ so those files
are being built.  I guess I need some help understanding the nrelease
process.

Reply via email to