use install to install xtables plugins
This commit is contained in:
parent
0ab6975a97
commit
c362f2a33c
@ -6,8 +6,8 @@ clean:
|
||||
rm -f $(LIBS)
|
||||
|
||||
install:
|
||||
cp $(LIBS) /lib/xtables/
|
||||
|
||||
install -g root -o root -m 644 $(LIBS) /lib/xtables/
|
||||
|
||||
lib%.so: lib%.o
|
||||
gcc -shared -fPIC -o $@ $^;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user