blob: d8779b4a91395b9f1013b6cbfce445365fdf37ae (
plain)
1
2
3
4
5
6
7
8
9
10
|
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:
|