add installation procedure
This commit is contained in:
parent
db6de141c0
commit
fa943a8581
1 changed files with 10 additions and 0 deletions
10
Makefile
Normal file
10
Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
NAME=nft-edit-ruleset
|
||||
DESTDIR=
|
||||
PREFIX=/usr/local
|
||||
SBINDIR=$(PREFIX)/sbin
|
||||
INSTALL=install
|
||||
|
||||
all: $(NAME)
|
||||
|
||||
install: all
|
||||
install -m 755 $(NAME) $(DESTDIR)$(SBINDIR)/$(NAME)
|
Loading…
Add table
Add a link
Reference in a new issue