HELP! Asterisk installation sound errors

I did the install of gmake on my Openbsd 3.8 box then I did a

tar -xvzf asterisk-1.4.2.tar.gz

this created a directory under /usr/src/

I did a gmake clean and then gmake… but when I ran gmake install it produced the following error and I cant find any references on how to fix this problem easily.

# gmake install
menuselect/menuselect --check-deps   menuselect.makeopts
gmake[1]: Nothing to be done for `all'.
gmake[1]: Nothing to be done for `all'.
gmake[1]: Nothing to be done for `all'.
gmake[1]: Nothing to be done for `all'.
gmake[1]: Nothing to be done for `all'.
gmake[1]: Nothing to be done for `all'.
gmake[1]: Nothing to be done for `all'.
gmake[1]: Nothing to be done for `all'.
gmake[1]: Nothing to be done for `all'.
gmake[1]: Nothing to be done for `all'.
gmake[1]: Nothing to be done for `all'.
if [ x`/usr/bin/id -un` = xroot ]; then CFLAGS="-pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -include /usr/src/asterisk-1.4.2/include/asterisk/autoconfig.h -I/usr/local/include -march=i386 -pthread " sh build_tools/mkpkgconfig /usr/lib/pkgconfig; fi
mkdir -p /var/lib/asterisk/static-http
for x in static-http/*; do \
        /usr/bin/install -c -m 644 $x /var/lib/asterisk/static-http ; \
done
mkdir -p /var/lib/asterisk/images
for x in images/*.jpg; do \
        /usr/bin/install -c -m 644 $x /var/lib/asterisk/images ; \
done
mkdir -p /var/lib/asterisk/agi-bin
gmake -C sounds install
gmake[1]: Entering directory `/usr/src/asterisk-1.4.2/sounds'
**************************************************
***                                            ***
*** You must have either wget or fetch to be   ***
*** able to automatically download and install ***
*** the requested sound packages.              ***
***                                            ***
*** Please install one of these, or remove any ***
*** extra sound package selections in          ***
*** menuselecct before installing Asterisk.    ***
***                                            ***
**************************************************
gmake[1]: *** [have_download] Error 1
gmake[1]: Leaving directory `/usr/src/asterisk-1.4.2/sounds'
gmake: *** [datafiles] Error 2

I am unsure what to do with the menuselect because I cant seem to find any reference to the sounds in the menuselect directory. I appreciate your guys assistance with this im stuck right now.

/bump

Surely someone else has had to modify the menuselect to remove extra sounds? I forgot to add that wget is installed on the openbsd box I did that prior to tar -xvzf asterisk-1.4.2.tar.gz… yet I still have the problem.

The very last item in my make menuselect is “14. Extras Sound Packages”, and by default, none is selected.

Regarding wget, are you sure the user you compile with has wget in path? (Also, makefile could set path all by its own, so check there, too.)