commit ae8b700c0023ac521514231c979e0be25628ba20 parent c2f3e9e2ad3651c4b1b246562047aa2dcbbb8d36 Author: Robert Russell <robert@rr3.xyz> Date: Sun, 22 Sep 2024 16:05:07 -0700 Add Makefile Diffstat:
| A | Makefile | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -0,0 +1,4 @@ +.POSIX: + +install: nftables.conf + cp nftables.conf /etc/nftables.conf