#!/usr/bin/make -f

export systemdsystemunitdir = $(shell pkg-config --variable=systemdsystemunitdir systemd)

%:
	dh $@ --builddir build/

