Add makefile to simplify installation
This commit is contained in:
parent
3b26648884
commit
620e6d9197
1 changed files with 10 additions and 0 deletions
10
Makefile
Normal file
10
Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
DESTDIR=
|
||||
PREFIX=/usr
|
||||
|
||||
INITCPIO=lib/initcpio
|
||||
|
||||
.PHONY: install
|
||||
|
||||
install:
|
||||
install -D -m 0644 -T dropbear_hook "$(DESTDIR)/$(PREFIX)/$(INITCPIO)/hooks/dropbear"
|
||||
install -D -m 0644 -T dropbear_install "$(DESTDIR)/$(PREFIX)/$(INITCPIO)/install/dropbear"
|
Loading…
Add table
Add a link
Reference in a new issue