freebsd-ports/net/vde/files/patch-qemu::Makefile
Sergey Matveychuk 032fc7a937 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>
2005-03-11 13:51:32 +00:00

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