summaryrefslogtreecommitdiff
path: root/net/ettercap/patches/patch-ac
blob: bcb929026d44a564f2104201f0008e0ccd9aa027 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ac,v 1.1 2003/01/30 10:46:57 drochner Exp $

--- plugins/Makefile.in.orig	Mon Oct 28 16:02:14 2002
+++ plugins/Makefile.in	Tue Jan 28 12:19:57 2003
@@ -10,10 +10,10 @@
 
 plugins:
 	for plug in $(PLUGINS); do \
-	make -C $$plug; \
+	( cd $$plug; ${MAKE} ) \
 	done
 
-install: plugins
+install:
 	for plug in $(PLUGINS); do \
 	$(INSTALL) -d $(DESTDIR)$(PLUGDIR) ; \
 	$(INSTALL) -m 700 ./$$plug/ec_$$plug.so $(DESTDIR)$(PLUGDIR) ; \