#!/usr/bin/make -f

%:
	dh $@ -O--buildsystem=bmake

# debhelper's bmake.pm no longer inherits from autoconf, so for
# auto_configure we have to pretend to use autoconf.
# If you fix any problems here please tell the udfclient maintainer
# since that uses bmake+autoconf, too.
override_dh_auto_configure:
	dh_auto_configure -O--buildsystem=autoconf -- MKDIR_P="/bin/mkdir -p" GREP=/bin/grep SED=/bin/sed
