summaryrefslogtreecommitdiff
path: root/net/vde2/files/patch-qemu::Makefile
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-03-11 13:51:32 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-03-11 13:51:32 +0000
commit032fc7a937a99728fd73f642950e45fb59ea55e5 (patch)
treef9cff82a48e3421e2b160246e1931048dfaf8a87 /net/vde2/files/patch-qemu::Makefile
parentUnbreak: USE_KDEBASE instead of KDELIBS since libkate* is over there (diff)
VDE is a user-mode ethernet simulation. It's quite useful for
hooking together multiple qemu instances into a single virtual network without needing root access. It can also be used for tunneling or other network simulation tasks. PR: ports/76874 Submitted by: Craig Boston <craig@yekse.gank.org>
Notes
Notes: svn path=/head/; revision=130884
Diffstat (limited to 'net/vde2/files/patch-qemu::Makefile')
-rw-r--r--net/vde2/files/patch-qemu::Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/net/vde2/files/patch-qemu::Makefile b/net/vde2/files/patch-qemu::Makefile
new file mode 100644
index 000000000000..1b460436f1d3
--- /dev/null
+++ b/net/vde2/files/patch-qemu::Makefile
@@ -0,0 +1,8 @@
+--- qemu/Makefile Sat Jan 29 15:02:08 2005
++++ qemu/Makefile Sun Jan 30 12:59:52 2005
+@@ -1,4 +1,4 @@
+-ALL: vdeq
++all: vdeq
+
+ vdeq.o: vdeq.c ../vde.h
+