#!/usr/bin/make -f

# check_max.c is sensitive to TZ, making the build unreproducible
# the results get embedded in y2038/time64_limits.h by munge_config
export TZ=UTC

%:
	dh $@
