aboutsummaryrefslogtreecommitdiffstats
path: root/network_cmds/pktmnglr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'network_cmds/pktmnglr/Makefile')
-rw-r--r--network_cmds/pktmnglr/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/network_cmds/pktmnglr/Makefile b/network_cmds/pktmnglr/Makefile
new file mode 100644
index 0000000..fbb190c
--- /dev/null
+++ b/network_cmds/pktmnglr/Makefile
@@ -0,0 +1,7 @@
+PROG= pktmnglr
+MAN=
+SRCS= packet_mangler.c
+
+BINDIR=/usr/sbin
+
+.include <bsd.prog.mk>