On Sat, Sep 19, 2015 at 10:35:07AM -0500, Amit Kulkarni wrote: > Hello, > > How are you guys able to build userland? I double-checked that the > > http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/Makefile?rev=1.125&content-type=text/plain > > is still referring to ${SUDO} > > here is the result..... > > # make build > cd /usr/src/share/mk && exec /usr/bin/sudo -E make install > /bin/sh: /usr/bin/sudo: not found > *** Error 127 in /usr/src (Makefile:75 'build') > > Thanks >
The sudo application moved from built-in to ports. See the details in the Following -current FAQ: http://www.openbsd.org/faq/current.html#20150703