use install to install xtables plugins

This commit is contained in:
Niels Werensteijn 2016-10-14 14:14:18 +02:00
parent 0ab6975a97
commit c362f2a33c

View File

@ -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 $@ $^;