all:
	checkmodule -M -m -o zabbix-agent-TSUBASA.mod zabbix-agent-TSUBASA.te
	semodule_package -o zabbix-agent-TSUBASA.pp -m zabbix-agent-TSUBASA.mod
	rm zabbix-agent-TSUBASA.mod

clean:
	rm zabbix-agent-TSUBASA.mod zabbix-agent-TSUBASA.pp
