summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..132420e
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+
+mtu1280: mtu1280d.c
+ gcc -o mtu1280 mtu1280d.c -lnetfilter_queue
+
+install: mtu1280d
+ /usr/bin/install -c mtu1280d /usr/sbin/mtu1280d
+ \ No newline at end of file