$NetBSD: patch-sounds_Makefile,v 1.2 2021/06/13 07:57:53 jnemeth Exp $

--- sounds/Makefile.orig	2018-05-01 20:12:26.000000000 +0000
+++ sounds/Makefile
@@ -124,20 +124,6 @@ endef # sound_format_lang_rule
 all: $(CORE_SOUNDS) $(EXTRA_SOUNDS) $(MOH)
 
 have_download:
-	@if test "$(DOWNLOAD)" = ":" ; then \
-		echo "**************************************************"; \
-		echo "***                                            ***"; \
-		echo "*** You must have either wget, curl, or fetch  ***"; \
-		echo "*** to be able to automatically download and   ***"; \
-		echo "*** install the requested sound packages.      ***"; \
-		echo "***                                            ***"; \
-		echo "*** Please install one of these, or remove any ***"; \
-		echo "*** extra sound package selections in          ***"; \
-		echo "*** menuselect before installing Asterisk.     ***"; \
-		echo "***                                            ***"; \
-		echo "**************************************************"; \
-		exit 1; \
-	fi
 
 $(eval $(call sound_format_lang_rule,$(SOUNDS_DIR),core-sounds,en,$(CORE_SOUNDS_VERSION)))
 
