DESTDIR=/usr/local

install:
	install -d -m 755 $(DESTDIR)/etc/logrotate.d/
	install -m 644 lighttpd-x5 $(DESTDIR)/etc/logrotate.d/lighttpd-x5

