aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ipv6mon/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/ipv6mon/files/patch-Makefile')
-rw-r--r--net-mgmt/ipv6mon/files/patch-Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/net-mgmt/ipv6mon/files/patch-Makefile b/net-mgmt/ipv6mon/files/patch-Makefile
deleted file mode 100644
index 61d6e50f446b..000000000000
--- a/net-mgmt/ipv6mon/files/patch-Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
---- /dev/null 2012-09-18 11:55:15.000000000 +0900
-+++ Makefile 2012-09-18 11:55:52.000000000 +0900
-@@ -0,0 +1,16 @@
-+# $FreeBSD$
-+
-+PROG= ipv6mon
-+LDADD= -lpcap
-+
-+FILES= ipv6mon.conf
-+FILESNAME= ipv6mon.conf.sample
-+FILESDIR= etc
-+
-+BINDIR= sbin
-+MANDIR= man/man
-+
-+MAN= ipv6mon.8 ipv6mon.conf.5
-+NO_MANCOMPRESS=
-+
-+.include <bsd.prog.mk>