Makefile: ignore error command if nft is not found
authorAntonio Ospite <ao2@ao2.it>
Thu, 3 May 2018 08:57:48 +0000 (10:57 +0200)
committerAntonio Ospite <ao2@ao2.it>
Thu, 3 May 2018 08:57:48 +0000 (10:57 +0200)
commitf44ca91b15e46f2f585daff1717ed90a7c75b89b
tree1263f6a74b8904ddc554373566c9c633b7fffec2
parent3c671fc60e0ad4db03576acd03faef6c21b0a7a0
Makefile: ignore error command if nft is not found

And while at it, since "command" was using the absolute path to cover
the case of /usr/sbin not being in PATH, we might as well use "test -x"
directly.
Makefile