aboutsummaryrefslogtreecommitdiff
path: root/net/zaptel12/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/zaptel12/files/patch-Makefile')
-rw-r--r--net/zaptel12/files/patch-Makefile32
1 files changed, 19 insertions, 13 deletions
diff --git a/net/zaptel12/files/patch-Makefile b/net/zaptel12/files/patch-Makefile
index 89992b6b0441..5be8536e7de1 100644
--- a/net/zaptel12/files/patch-Makefile
+++ b/net/zaptel12/files/patch-Makefile
@@ -1,44 +1,50 @@
$FreeBSD$
---- Makefile.orig Wed May 5 17:10:37 2004
-+++ Makefile Fri May 14 17:59:13 2004
-@@ -1,27 +1,27 @@
- # $Id$
+--- Makefile.orig Thu Jun 17 19:21:57 2004
++++ Makefile Thu Jun 17 18:26:30 2004
+@@ -1,11 +1,11 @@
+ # $Id: Makefile,v 1.7 2004/06/16 15:58:04 gonzo Exp $
all:
- cd zaptel && make
+- cd wcfxs && make
- cd wcfxo && make
- cd ztcfg && make
+- cd test && make
+ cd zaptel && ${MAKE}
++ cd wcfxs && ${MAKE}
+ cd wcfxo && ${MAKE}
+ cd ztcfg && ${MAKE}
++ cd test && ${MAKE}
load:
-- cd zaptel && kldload ./zaptel.ko
-- cd wcfxo && kldload ./wcfxo.ko
-+ cd zaptel && kldload ${.CURDIR}/zaptel.ko
-+ cd wcfxo && kldload ${.CURDIR}/wcfxo.ko
-
- unload:
- cd wcfxo && kldunload wcfxo
+ cd zaptel && kldload ./zaptel.ko
+@@ -16,17 +16,17 @@
cd zaptel && kldunload zaptel
clean:
- cd zaptel && make clean
- cd wcfxo && make clean
+- cd wcfxs && make clean
- cd ztcfg && make clean
+- cd test && make clean
+ cd zaptel && ${MAKE} clean
+ cd wcfxo && ${MAKE} clean
++ cd wcfxs && ${MAKE} clean
+ cd ztcfg && ${MAKE} clean
++ cd test && ${MAKE} clean
install:
- cd zaptel && make install
- cd wcfxo && make install
+- cd wcfxs && make install
- cd ztcfg && make install
+- cd test && make install
+ cd zaptel && ${MAKE} install
+ cd wcfxo && ${MAKE} install
++ cd wcfxs && ${MAKE} install
+ cd ztcfg && ${MAKE} install
++ cd test && ${MAKE} install
-
-
+ reload: unload load