#!/usr/bin/make -f

export DH_GOPKG := github.com/danos/vyatta-dot1x

%:
	dh $@ --buildsystem=golang --with=golang,vci,yang
