032fc7a937
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>
8 lines
153 B
Text
8 lines
153 B
Text
--- 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
|
|
|