67 |
configure: $(shell find . -name \*\.cin 2>/dev/null | sed -e 's/.cin//' || echo) |
configure: $(shell find . -name \*\.cin 2>/dev/null | sed -e 's/.cin//' || echo) |
68 |
|
|
69 |
install: configure |
install: configure |
70 |
install -m755 -D fetch-crl $(PREFIX)/sbin/fetch-crl |
mkdir -p $(ETC) |
71 |
install -m644 -D fetch-crl-cron.cron $(PREFIX)/share/doc/$(RELEASE)/fetch-crl-cron.cron |
mkdir -p $(PREFIX) |
72 |
install -m644 -D fetch-crl-cron.init $(PREFIX)/share/doc/$(RELEASE)/fetch-crl-cron.init |
mkdir $(PREFIX)/sbin |
73 |
install -m644 -D fetch-crl-boot.init $(PREFIX)/share/doc/$(RELEASE)/fetch-crl-boot.init |
mkdir $(PREFIX)/share |
74 |
install -m644 -D fetch-crl.8 $(PREFIX)/share/man/man8/fetch-crl.8 |
mkdir $(PREFIX)/share/doc |
75 |
install -m644 -D fetch-crl.cnf $(ETC)/fetch-crl.conf |
mkdir $(PREFIX)/share/doc/$(RELEASE) |
76 |
|
mkdir $(PREFIX)/share/man |
77 |
|
mkdir $(PREFIX)/share/man/man8 |
78 |
|
install -m755 fetch-crl $(PREFIX)/sbin/fetch-crl |
79 |
|
install -m644 fetch-crl-cron.cron $(PREFIX)/share/doc/$(RELEASE)/fetch-crl-cron.cron |
80 |
|
install -m644 fetch-crl-cron.init $(PREFIX)/share/doc/$(RELEASE)/fetch-crl-cron.init |
81 |
|
install -m644 fetch-crl-boot.init $(PREFIX)/share/doc/$(RELEASE)/fetch-crl-boot.init |
82 |
|
install -m644 fetch-crl.8 $(PREFIX)/share/man/man8/fetch-crl.8 |
83 |
|
install -m644 fetch-crl.cnf $(ETC)/fetch-crl.conf |
84 |
install -m644 fetch-crl.cnf.example $(PREFIX)/share/doc/$(RELEASE)/fetch-crl.conf.example |
install -m644 fetch-crl.cnf.example $(PREFIX)/share/doc/$(RELEASE)/fetch-crl.conf.example |
85 |
install -m644 README $(PREFIX)/share/doc/$(RELEASE)/README |
install -m644 README $(PREFIX)/share/doc/$(RELEASE)/README |
86 |
install -m644 NOTICE $(PREFIX)/share/doc/$(RELEASE)/NOTICE |
install -m644 NOTICE $(PREFIX)/share/doc/$(RELEASE)/NOTICE |