#!/usr/bin/make -f

UPSTREAM_GIT = git://github.com/darkhelmet/ntpstat.git
-include /usr/share/openstack-pkg-tools/pkgos.make

%:
	dh $@

override_dh_auto_build:
	$(MAKE)

override_dh_auto_clean:
	rm -f ntpstat
