build:

install:
	install -o root -g root -m 755 -d $(DESTDIR)/etc/cron.d
	install -o root -g root -m 755 -d $(DESTDIR)/etc/default
	install -o root -g root -m 755 -d $(DESTDIR)/usr/sbin
	install -o root -g root -m 644 etc/cron.d/iptables-rrdtool $(DESTDIR)/etc/cron.d/
	install -o root -g root -m 644 etc/default/iptables-rrdtool $(DESTDIR)/etc/default/
	install -o root -g root -m 644 sbin/iptables-rrdtool $(DESTDIR)/usr/sbin/
clean: