Open toddfries opened 12 years ago
/usr/bin/install -c smtpd /usr/sbin/smtpd /usr/bin/install -c smtpctl /usr/sbin/smtpctl make install-exec-hook conffile=`echo smtpd.conf.out | sed 's/.out$//'`; /usr/bin/sed -e 's|/etc/mail/|/etc/mail/|g' -e 's|/usr/libexec|/usr/libexec|g' -e 's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' ./${conffile} > smtpd.conf.out if test "cat" = "cat"; then manpage=./`echo makemap.8.out | sed 's/\.[1-9]\.out$/\.0/'`; else manpage=./`echo makemap.8.out | sed 's/\.out$//'`; fi; if test "cat" = "man"; then /usr/bin/sed -e 's|/etc/mail/|/etc/mail/|g' -e 's|/usr/libexec|/usr/libexec|g' -e 's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' ${manpage} | awk -f ./mdoc2man.awk > makemap.8.out; else /usr/bin/sed -e 's|/etc/mail/|/etc/mail/|g' -e 's|/usr/libexec|/usr/libexec|g' -e 's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' ${manpage} > makemap.8.out; fi sed: ./makemap.0: No such file or directory *** Error code 1 Stop in /usr/src/usr.sbin/opensmtpd/src (line 1622 of Makefile). *** Error code 1 Stop in /usr/src/usr.sbin/opensmtpd/src (line 1550 of Makefile). *** Error code 1 Stop in /usr/src/usr.sbin/opensmtpd/src (line 1500 of Makefile). *** Error code 1 Stop in /usr/src/usr.sbin/opensmtpd (line 327 of Makefile).